Browse Source

Prevent hostname cycling by binding interfaces in Avahi (#80)

swap
BT 5 years ago
committed by GitHub
parent
commit
6afc04d74d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      stage2/08-patch-avahi-daemon-config/01-run

5
stage2/08-patch-avahi-daemon-config/01-run

@ -0,0 +1,5 @@
#!/bin/bash -e
echo "Patching avahi-daemon.conf with fix to bind to specific interfaces"
sed -i "s/#allow-interfaces=eth0/allow-interfaces=eth0,wlan0/g;" "${ROOTFS_DIR}"/etc/avahi/avahi-daemon.conf
Loading…
Cancel
Save