From f53c1d714278ce126f3e496e7153b03993dd23b9 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 8 Feb 2021 14:37:54 +0100 Subject: [PATCH] Update add-on configuration for Supervisor 2021.2 (#37) --- .github/workflows/ci.yaml | 2 +- zerotier/config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c7fcd50..892a5f6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -38,7 +38,7 @@ jobs: - name: ⤵️ Check out code from GitHub uses: actions/checkout@v2.3.4 - name: 🚀 Run Add-on Lint - uses: frenck/action-addon-linter@v1.4 + uses: frenck/action-addon-linter@v2.0.0 with: community: true path: "./${{ needs.information.outputs.target }}" diff --git a/zerotier/config.json b/zerotier/config.json index 8b4e955..77b40ab 100755 --- a/zerotier/config.json +++ b/zerotier/config.json @@ -15,7 +15,7 @@ }, "host_network": true, "privileged": ["NET_ADMIN", "SYS_ADMIN"], - "devices": ["/dev/net/tun:/dev/net/tun:rwm"], + "devices": ["/dev/net/tun"], "map": ["ssl:rw"], "options": { "networks": [],