Skip to content

Commit

Permalink
Drop userspace networking (hassio-addons#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored and lmagyar committed Apr 29, 2023
1 parent 91714b5 commit 6d46315
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions tailscale/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ arch:
init: false
hassio_api: true
host_network: true
privileged:
- NET_ADMIN
- NET_RAW
devices:
- /dev/net/tun
map:
- share:rw
schema:
Expand Down
1 change: 0 additions & 1 deletion tailscale/rootfs/etc/s6-overlay/s6-rc.d/tailscaled/run
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ options+=(--statedir=/data/state)

# Opt out of client log upload to log.tailscale.io
options+=(--no-logs-no-support)
options+=(--tun=userspace-networking)

# Run Tailscale
if bashio::debug ; then
Expand Down

0 comments on commit 6d46315

Please sign in to comment.