Deleted Added
full compact
hosts.allow (74537) hosts.allow (76030)
1#
2# hosts.allow access control file for "tcp wrapped" applications.
1#
2# hosts.allow access control file for "tcp wrapped" applications.
3# $FreeBSD: head/etc/hosts.allow 74537 2001-03-20 21:02:39Z alfred $
3# $FreeBSD: head/etc/hosts.allow 76030 2001-04-26 13:43:02Z alex $
4#
5# NOTE: The hosts.deny file is deprecated.
6# Place both 'allow' and 'deny' rules in the hosts.allow file.
7# See hosts_options(5) for the format of this file.
8# hosts_access(5) no longer fully applies.
9
10# _____ _ _
11# | ____| __ __ __ _ _ __ ___ _ __ | | ___ | |

--- 35 unchanged lines hidden (view full) ---

47sendmail : ALL : allow
48
49# Exim is an alternative to sendmail, available in the ports tree
50exim : localhost : allow
51exim : .nice.guy.example.com : allow
52exim : .evil.cracker.example.com : deny
53exim : ALL : allow
54
4#
5# NOTE: The hosts.deny file is deprecated.
6# Place both 'allow' and 'deny' rules in the hosts.allow file.
7# See hosts_options(5) for the format of this file.
8# hosts_access(5) no longer fully applies.
9
10# _____ _ _
11# | ____| __ __ __ _ _ __ ___ _ __ | | ___ | |

--- 35 unchanged lines hidden (view full) ---

47sendmail : ALL : allow
48
49# Exim is an alternative to sendmail, available in the ports tree
50exim : localhost : allow
51exim : .nice.guy.example.com : allow
52exim : .evil.cracker.example.com : deny
53exim : ALL : allow
54
55# Portmapper is used for all RPC services; protect your NFS!
55# Rpcbind is used for all RPC services; protect your NFS!
56# (IP addresses rather than hostnames *MUST* be used here)
57rpcbind : 192.0.2.32/255.255.255.224 : allow
58rpcbind : 192.0.2.96/255.255.255.224 : allow
59rpcbind : ALL : deny
60
61# Provide a small amount of protection for ftpd
62ftpd : localhost : allow
63ftpd : .nice.guy.example.com : allow

--- 14 unchanged lines hidden ---
56# (IP addresses rather than hostnames *MUST* be used here)
57rpcbind : 192.0.2.32/255.255.255.224 : allow
58rpcbind : 192.0.2.96/255.255.255.224 : allow
59rpcbind : ALL : deny
60
61# Provide a small amount of protection for ftpd
62ftpd : localhost : allow
63ftpd : .nice.guy.example.com : allow

--- 14 unchanged lines hidden ---