From 1e800dd8ab05cb2ace3c61684e7d9ece5dc68e9e Mon Sep 17 00:00:00 2001 From: mav Date: Thu, 6 Mar 2014 17:33:27 +0000 Subject: 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@ --- etc/hosts.allow | 1 + 1 file changed, 1 insertion(+) (limited to 'etc/hosts.allow') 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 -- cgit v1.1