diff options
author | Warren Baker <warren@decoy.co.za> | 2011-08-14 13:35:02 +0200 |
---|---|---|
committer | Warren Baker <warren@decoy.co.za> | 2011-08-14 13:35:02 +0200 |
commit | 87f1c5fce6fc80a2949f488cd3fbbb6a3a57cac0 (patch) | |
tree | 1c4bda767292def0251c1b9564bba920e26c5375 /config/unbound | |
parent | 177779ce6d78f230bd8eb47108d6e833271fb872 (diff) | |
download | pfsense-packages-87f1c5fce6fc80a2949f488cd3fbbb6a3a57cac0.tar.gz pfsense-packages-87f1c5fce6fc80a2949f488cd3fbbb6a3a57cac0.tar.bz2 pfsense-packages-87f1c5fce6fc80a2949f488cd3fbbb6a3a57cac0.zip |
Remove v6 address (for now) from control section.
Diffstat (limited to 'config/unbound')
-rw-r--r-- | config/unbound/unbound.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/unbound/unbound.inc b/config/unbound/unbound.inc index afc2eddf..0ac19082 100644 --- a/config/unbound/unbound.inc +++ b/config/unbound/unbound.inc @@ -493,7 +493,6 @@ if(!empty($unbound_config['custom_options'])) { remote-control: control-enable: yes control-interface: 127.0.0.1 -control-interface: ::1 control-port: 953 server-key-file: "/usr/local/etc/unbound/unbound_server.key" server-cert-file: "/usr/local/etc/unbound/unbound_server.pem" |