diff options
author | mav <mav@FreeBSD.org> | 2014-03-06 17:33:27 +0000 |
---|---|---|
committer | mav <mav@FreeBSD.org> | 2014-03-06 17:33:27 +0000 |
commit | 1e800dd8ab05cb2ace3c61684e7d9ece5dc68e9e (patch) | |
tree | 0e5488d340c60622be8a60a72e9c8e91358f95d5 /etc/hosts.allow | |
parent | 0cbc38e5217d5590c1c49578a0693e5d359b1d00 (diff) | |
download | FreeBSD-src-1e800dd8ab05cb2ace3c61684e7d9ece5dc68e9e.zip FreeBSD-src-1e800dd8ab05cb2ace3c61684e7d9ece5dc68e9e.tar.gz |
Disable libwrap (TCP wrappers) support in rpcbind by default, introducing
new command line options -W, to enable it when needed.
On my tests this change by almost ten times improves rpcbind performance.
No objections: many, net@
Diffstat (limited to 'etc/hosts.allow')
-rw-r--r-- | etc/hosts.allow | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/hosts.allow b/etc/hosts.allow index 96e0b67..95286d7 100644 --- a/etc/hosts.allow +++ b/etc/hosts.allow @@ -60,6 +60,7 @@ exim : localhost : allow exim : ALL : allow # Rpcbind is used for all RPC services; protect your NFS! +# Rpcbind should be running with -W option to support this. # (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 |