Skip to content

Commit d08ee4b

Browse files
committed
named should listen on all interfaces
1 parent 3f6a2f2 commit d08ee4b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

install/vst-install-debian.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -510,6 +510,7 @@ mysql -e "FLUSH PRIVILEGES"
510510

511511
# Bind configuration
512512
wget $CHOST/$VERSION/named.conf -O /etc/bind/named.conf
513+
sed -i "s%listen-on%//listen%" /etc/bind/named.conf.options
513514
chown root:bind /etc/bind/named.conf
514515
chmod 640 /etc/bind/named.conf
515516
update-rc.d bind9 defaults

install/vst-install-ubuntu.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -513,6 +513,7 @@ mysql -e "FLUSH PRIVILEGES"
513513

514514
# Bind configuration
515515
wget $CHOST/$VERSION/named.conf -O /etc/bind/named.conf
516+
sed -i "s%listen-on%//listen%" /etc/bind/named.conf.options
516517
chown root:bind /etc/bind/named.conf
517518
chmod 640 /etc/bind/named.conf
518519
update-rc.d bind9 defaults

0 commit comments

Comments
 (0)