diff options
| author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2000-07-19 13:05:58 +0000 |
|---|---|---|
| committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2000-07-19 13:05:58 +0000 |
| commit | be8302343e93165cb951e88e64477b3060bf60a7 (patch) | |
| tree | df3e0f1dd91bc47650fe76329d98119bb064d75c | |
| parent | cdae8e9d4e877284b80fb2d058940d557d076968 (diff) | |
Notes
| -rw-r--r-- | etc/hosts.allow | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/hosts.allow b/etc/hosts.allow index 0cdc4d933e2a..8f9aa22ab0c7 100644 --- a/etc/hosts.allow +++ b/etc/hosts.allow @@ -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 |
