Merge pull request #1 from didyouexpectthat/avahi-patch

Unblock zt0 adapter from Avahi
This commit is contained in:
didyouexpectthat 2018-01-23 11:28:19 -08:00 committed by GitHub
commit 0708629155
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#