From 29e340f2b662a84ff784a607e344698e073c4b99 Mon Sep 17 00:00:00 2001 From: didyouexpectthat Date: Tue, 23 Jan 2018 11:19:03 -0800 Subject: [PATCH] Unblock zt0 adapter from Avahi Avahi blocks ZeroTier advertisements, so remove the zt0 deny-interfaces config. --- debian/postinst | 5 +++++ 1 file changed, 5 insertions(+) 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#