Unblock zt0 adapter from Avahi

Avahi blocks ZeroTier advertisements, so remove the zt0 deny-interfaces config.
This commit is contained in:
didyouexpectthat 2018-01-23 11:19:03 -08:00 committed by GitHub
parent 27ac1af22b
commit 29e340f2b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

5
debian/postinst vendored
View file

@ -6,4 +6,9 @@ case "$1" in
;;
esac
# avahi explicitly doesn't broadcast over ZeroTier
# so tell avahi to change the config
# avahi already reloads config on file change
sed -i 's/,zt0//' /etc/avahi/avahi-daemon.conf
#DEBHELPER#