Deleted Added
full compact
hosts.allow (60031) hosts.allow (63515)
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 60031 2000-05-05 08:31:59Z sheldonh $
3# $FreeBSD: head/etc/hosts.allow 63515 2000-07-19 13:05:58Z ume $
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# | ____| __ __ __ _ _ __ ___ _ __ | | ___ | |

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

29# Prevent those with no reverse DNS from connecting.
30ALL : PARANOID : RFC931 20 : deny
31
32# Allow anything from localhost. Note that an IP address (not a host
33# name) *MUST* be specified for portmap(8).
34ALL : localhost 127.0.0.1 : allow
35ALL : my.machine.example.com 192.0.2.35 : allow
36
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# | ____| __ __ __ _ _ __ ___ _ __ | | ___ | |

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

29# Prevent those with no reverse DNS from connecting.
30ALL : PARANOID : RFC931 20 : deny
31
32# Allow anything from localhost. Note that an IP address (not a host
33# name) *MUST* be specified for portmap(8).
34ALL : localhost 127.0.0.1 : allow
35ALL : my.machine.example.com 192.0.2.35 : allow
36
37# To use IPv6 addresses you must enclose them in []'s
38ALL : [fe80::%fxp0]/10 : allow
39ALL : [fe80::]/10 : deny
40ALL : [3ffe:fffe:2:1:2:3:4:3fe1] : deny
41ALL : [3ffe:fffe:2:1::]/64 : allow
42
37# Sendmail can help protect you against spammers and relay-rapers
38sendmail : localhost : allow
39sendmail : .nice.guy.example.com : allow
40sendmail : .evil.cracker.example.com : deny
41sendmail : ALL : allow
42
43# Exim is an alternative to sendmail, available in the ports tree
44exim : localhost : allow

--- 27 unchanged lines hidden ---
43# Sendmail can help protect you against spammers and relay-rapers
44sendmail : localhost : allow
45sendmail : .nice.guy.example.com : allow
46sendmail : .evil.cracker.example.com : deny
47sendmail : ALL : allow
48
49# Exim is an alternative to sendmail, available in the ports tree
50exim : localhost : allow

--- 27 unchanged lines hidden ---