We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f6a2f2 commit d08ee4bCopy full SHA for d08ee4b
install/vst-install-debian.sh
@@ -510,6 +510,7 @@ mysql -e "FLUSH PRIVILEGES"
510
511
# Bind configuration
512
wget $CHOST/$VERSION/named.conf -O /etc/bind/named.conf
513
+sed -i "s%listen-on%//listen%" /etc/bind/named.conf.options
514
chown root:bind /etc/bind/named.conf
515
chmod 640 /etc/bind/named.conf
516
update-rc.d bind9 defaults
install/vst-install-ubuntu.sh
@@ -513,6 +513,7 @@ mysql -e "FLUSH PRIVILEGES"
517
518
519
0 commit comments