From 76925d9ff109efdf3fd09be74c807c43a1a4af46 Mon Sep 17 00:00:00 2001 From: Alex Manning Date: Fri, 27 Oct 2023 11:03:22 +0000 Subject: [PATCH] Start wireguard client before homeassistant. --- wireguard-client/config.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/wireguard-client/config.yaml b/wireguard-client/config.yaml index 12eec80..092a01b 100755 --- a/wireguard-client/config.yaml +++ b/wireguard-client/config.yaml @@ -1,6 +1,6 @@ --- name: WireGuard Client -version: 0.2.0 +version: 0.3.0 slug: wireguard_client description: Fast, modern, secure Wireguard tunnel (client) url: https://github.com/bigmoby/addon-wireguard-client @@ -11,6 +11,7 @@ arch: - armv7 - i386 apparmor: true +startup: "services" host_network: true init: false ports: @@ -53,4 +54,4 @@ schema: allowed_ips: - str persistent_keep_alive: int -image: "bigmoby/{arch}-addon-wireguard-client" \ No newline at end of file +image: "bigmoby/{arch}-addon-wireguard-client"