diff options
author | Phil Davis <phil.davis@world.inf.org> | 2013-10-01 11:31:47 -0700 |
---|---|---|
committer | Phil Davis <phil.davis@world.inf.org> | 2013-10-01 11:31:47 -0700 |
commit | cd9f830e56c2c19a8199403c79f543ae24dc70f3 (patch) | |
tree | a9a3cdf51535d993a3fa4f7a0a412257e403ec0d | |
parent | a3f1dc175bb07358a172bc32eac3151e5d76f160 (diff) | |
download | pfsense-packages-cd9f830e56c2c19a8199403c79f543ae24dc70f3.tar.gz pfsense-packages-cd9f830e56c2c19a8199403c79f543ae24dc70f3.tar.bz2 pfsense-packages-cd9f830e56c2c19a8199403c79f543ae24dc70f3.zip |
Unbound fix private address space typo
Forum: http://forum.pfsense.org/index.php/topic,67392.0.html
-rw-r--r-- | config/unbound/unbound.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/unbound/unbound.inc b/config/unbound/unbound.inc index d013608c..0d2b995f 100644 --- a/config/unbound/unbound.inc +++ b/config/unbound/unbound.inc @@ -461,7 +461,7 @@ function unbound_resync_config() { private-address: 10.0.0.0/8 private-address: 172.16.0.0/12 private-address: 192.168.0.0/16 -private-address: 192.254.0.0/16 +private-address: 169.254.0.0/16 private-address: fd00::/8 private-address: fe80::/10 # Set private domains in case authorative name server returns a RFC1918 IP address |