Merge pull request #1 from didyouexpectthat/avahi-patch
Unblock zt0 adapter from Avahi
This commit is contained in:
commit
0708629155
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