Unblock zt0 adapter from Avahi
Avahi blocks ZeroTier advertisements, so remove the zt0 deny-interfaces config.
This commit is contained in:
parent
27ac1af22b
commit
29e340f2b6
1 changed files with 5 additions and 0 deletions
5
debian/postinst
vendored
5
debian/postinst
vendored
|
@ -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#
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue