summaryrefslogtreecommitdiffstats
path: root/etc/hosts.allow
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2004-08-03 08:58:34 +0000
committerume <ume@FreeBSD.org>2004-08-03 08:58:34 +0000
commitaedc433cf36288de98437f3d9a41b9380f81a498 (patch)
tree3009d0fe11833b31bb51b134ec6717b6682a5da2 /etc/hosts.allow
parent3da15542da591d4ee0ee34595e0d65a232cb95a7 (diff)
downloadFreeBSD-src-aedc433cf36288de98437f3d9a41b9380f81a498.zip
FreeBSD-src-aedc433cf36288de98437f3d9a41b9380f81a498.tar.gz
Use RFC 3849 address for examples.
Pointed out by: mistral@imasy.or.jp MFC after: 1 week
Diffstat (limited to 'etc/hosts.allow')
-rw-r--r--etc/hosts.allow4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/hosts.allow b/etc/hosts.allow
index 3367bb6..47d57d1 100644
--- a/etc/hosts.allow
+++ b/etc/hosts.allow
@@ -42,8 +42,8 @@ ALL : my.machine.example.com 192.0.2.35 : allow
# To use IPv6 addresses you must enclose them in []'s
ALL : [fe80::%fxp0]/10 : allow
ALL : [fe80::]/10 : deny
-ALL : [3ffe:fffe:2:1:2:3:4:3fe1] : deny
-ALL : [3ffe:fffe:2:1::]/64 : allow
+ALL : [2001:db8:2:1:2:3:4:3fe1] : deny
+ALL : [2001:db8:2:1::]/64 : allow
# Sendmail can help protect you against spammers and relay-rapers
sendmail : localhost : allow
OpenPOWER on IntegriCloud