diff --git a/debian/postinst b/debian/postinst index ecd148a..9556cc7 100644 --- a/debian/postinst +++ b/debian/postinst @@ -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#