Add some examples for IPv6 addresses.

PR:		conf/18614
Submitted by:	James Housley <jim@thehousleys.net>
This commit is contained in:
Hajimu UMEMOTO 2000-07-19 13:05:58 +00:00
parent cdae8e9d4e
commit be8302343e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=63515

View File

@ -34,6 +34,12 @@ ALL : PARANOID : RFC931 20 : deny
ALL : localhost 127.0.0.1 : allow
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
# Sendmail can help protect you against spammers and relay-rapers
sendmail : localhost : allow
sendmail : .nice.guy.example.com : allow