diff options
| author | Mark Murray <markm@FreeBSD.org> | 2002-02-06 20:39:36 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 2002-02-06 20:39:36 +0000 |
| commit | adb79039fd0fd0506fe65c162d95b9738fa4ad46 (patch) | |
| tree | efc7e3687dff5257969f07b17832d8790937105a /etc | |
| parent | 4ad88f2ca4397cec0afeb9b7d23bd0f6924222f9 (diff) | |
Notes
Diffstat (limited to 'etc')
| -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 f4e1353b571e..e24f0c22eba7 100644 --- a/etc/hosts.allow +++ b/etc/hosts.allow @@ -63,6 +63,12 @@ rpcbind : 192.0.2.32/255.255.255.224 : allow rpcbind : 192.0.2.96/255.255.255.224 : allow rpcbind : ALL : deny +# NIS master server. Only local nets should have access +ypserv : localhost : allow +ypserv : .unsafe.my.net.example.com : deny +ypserv : .my.net.example.com : allow +ypserv : ALL : deny + # Provide a small amount of protection for ftpd ftpd : localhost : allow ftpd : .nice.guy.example.com : allow |
