Deleted Added
full compact
hosts.allow (133065) hosts.allow (155756)
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 133065 2004-08-03 08:58:34Z ume $
3# $FreeBSD: head/etc/hosts.allow 155756 2006-02-16 14:46:03Z 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# | ____| __ __ __ _ _ __ ___ _ __ | | ___ | |

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

31# occurs, access is denied, and any positive ident response within
32# 20 seconds is logged. No protection is afforded against DNS poisoning,
33# IP spoofing or more complicated attacks. Hosts with no reverse DNS
34# pass this rule.
35ALL : PARANOID : RFC931 20 : deny
36
37# Allow anything from localhost. Note that an IP address (not a host
38# name) *MUST* be specified for rpcbind(8).
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# | ____| __ __ __ _ _ __ ___ _ __ | | ___ | |

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

31# occurs, access is denied, and any positive ident response within
32# 20 seconds is logged. No protection is afforded against DNS poisoning,
33# IP spoofing or more complicated attacks. Hosts with no reverse DNS
34# pass this rule.
35ALL : PARANOID : RFC931 20 : deny
36
37# Allow anything from localhost. Note that an IP address (not a host
38# name) *MUST* be specified for rpcbind(8).
39ALL : localhost 127.0.0.1 [::1] : allow
39ALL : localhost 127.0.0.1 : allow
40# Comment out next line if you build libwrap with NO_INET6=yes.
41ALL : [::1] : allow
40ALL : my.machine.example.com 192.0.2.35 : allow
41
42# To use IPv6 addresses you must enclose them in []'s
43ALL : [fe80::%fxp0]/10 : allow
44ALL : [fe80::]/10 : deny
45ALL : [2001:db8:2:1:2:3:4:3fe1] : deny
46ALL : [2001:db8:2:1::]/64 : allow
47

--- 41 unchanged lines hidden ---
42ALL : my.machine.example.com 192.0.2.35 : allow
43
44# To use IPv6 addresses you must enclose them in []'s
45ALL : [fe80::%fxp0]/10 : allow
46ALL : [fe80::]/10 : deny
47ALL : [2001:db8:2:1:2:3:4:3fe1] : deny
48ALL : [2001:db8:2:1::]/64 : allow
49

--- 41 unchanged lines hidden ---