diff options
author | Alexander Langer <alex@FreeBSD.org> | 2001-04-26 13:43:02 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2001-04-26 13:43:02 +0000 |
commit | 4e64bc892df1fb6ecd1fe013a111383ad949dd5e (patch) | |
tree | d279565e6ec174167bb8595e2fa3b5efaddf445a /etc/hosts.allow | |
parent | e1e4574b19ac36cccbd30c99a65574ee8dba1926 (diff) | |
download | src-test2-4e64bc892df1fb6ecd1fe013a111383ad949dd5e.tar.gz src-test2-4e64bc892df1fb6ecd1fe013a111383ad949dd5e.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 8b97752215e6..5a60d48ba66c 100644 --- a/etc/hosts.allow +++ b/etc/hosts.allow @@ -52,7 +52,7 @@ exim : .nice.guy.example.com : allow exim : .evil.cracker.example.com : deny exim : ALL : allow -# Portmapper is used for all RPC services; protect your NFS! +# Rpcbind is used for all RPC services; protect your NFS! # (IP addresses rather than hostnames *MUST* be used here) rpcbind : 192.0.2.32/255.255.255.224 : allow rpcbind : 192.0.2.96/255.255.255.224 : allow |