unbound: Move "listen on all" to main configuration file

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2016-10-12 22:37:26 +01:00
parent b06187f5b6
commit 1b4d5ad9af
2 changed files with 4 additions and 5 deletions

View File

@@ -148,9 +148,6 @@ write_interfaces_conf() {
(
config_header
echo "# bound to all interfaces"
echo "interface: 0.0.0.0"
# 1.1.1.1 is reserved for unused green
if [ -n "${GREEN_ADDRESS}" -a "${GREEN_ADDRESS}" != "1.1.1.1" ]; then
echo "# allow access from GREEN"