Compare commits

...

2 commits

Author SHA1 Message Date
didyouexpectthat
0708629155
Merge pull request #1 from didyouexpectthat/avahi-patch
Unblock zt0 adapter from Avahi
2018-01-23 11:28:19 -08:00
didyouexpectthat
29e340f2b6
Unblock zt0 adapter from Avahi
Avahi blocks ZeroTier advertisements, so remove the zt0 deny-interfaces config.
2018-01-23 11:19:03 -08:00

5
debian/postinst vendored
View file

@ -6,4 +6,9 @@ case "$1" in
;; ;;
esac 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# #DEBHELPER#