diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2004-08-03 08:47:35 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2004-08-03 08:47:35 +0000 |
commit | f6c223ace3f92fc6affea564ea15f86e2b873cd9 (patch) | |
tree | 11354b2a41313025e5f7b38834b69155ee690a2e /etc/hosts.allow | |
parent | 595a88c6aff5542e51b5575c2f9d131be9895244 (diff) | |
download | src-f6c223ace3f92fc6affea564ea15f86e2b873cd9.tar.gz src-f6c223ace3f92fc6affea564ea15f86e2b873cd9.zip |
Notes
Diffstat (limited to 'etc/hosts.allow')
-rw-r--r-- | etc/hosts.allow | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/hosts.allow b/etc/hosts.allow index 799f0754fc62..3367bb621893 100644 --- a/etc/hosts.allow +++ b/etc/hosts.allow @@ -36,7 +36,7 @@ ALL : PARANOID : RFC931 20 : deny # Allow anything from localhost. Note that an IP address (not a host # name) *MUST* be specified for rpcbind(8). -ALL : localhost 127.0.0.1 : allow +ALL : localhost 127.0.0.1 [::1] : allow ALL : my.machine.example.com 192.0.2.35 : allow # To use IPv6 addresses you must enclose them in []'s |