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"