From cd9f830e56c2c19a8199403c79f543ae24dc70f3 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Tue, 1 Oct 2013 11:31:47 -0700 Subject: Unbound fix private address space typo Forum: http://forum.pfsense.org/index.php/topic,67392.0.html --- config/unbound/unbound.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/unbound') 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 -- cgit v1.2.3