diff options
author | Chris Buechler <cmb@pfsense.org> | 2015-02-18 01:57:15 -0600 |
---|---|---|
committer | Chris Buechler <cmb@pfsense.org> | 2015-02-18 01:57:15 -0600 |
commit | 559c8d3df1ad092096b04cd19baa3eb0d2c51540 (patch) | |
tree | 147ac6a20e720ecb67ac408bc32c78aa4552c333 /etc/inc/unbound.inc | |
parent | 065e78b3a96eb56022b2b028dd3d2b803eed800d (diff) | |
download | pfsense-559c8d3df1ad092096b04cd19baa3eb0d2c51540.zip pfsense-559c8d3df1ad092096b04cd19baa3eb0d2c51540.tar.gz |
Don't hard code harden-referral-path. It defaults to no, so no behavior change, and that setting is unlikely to ever become a default. This allows users to configure an override to enable this option if desired. part of Ticket #4399
Diffstat (limited to 'etc/inc/unbound.inc')
-rw-r--r-- | etc/inc/unbound.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/inc/unbound.inc b/etc/inc/unbound.inc index b77f09a..8641ddb 100644 --- a/etc/inc/unbound.inc +++ b/etc/inc/unbound.inc @@ -277,7 +277,6 @@ port: {$port} verbosity: {$verbosity} hide-identity: {$hide_identity} hide-version: {$hide_version} -harden-referral-path: no harden-glue: {$harden_glue} do-ip4: yes do-ip6: yes |