diff options
| author | Brian Somers <brian@FreeBSD.org> | 2001-05-02 09:29:20 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 2001-05-02 09:29:20 +0000 |
| commit | 7f17ea13a30083739564dae8dc07df961983a14f (patch) | |
| tree | 9826149cc3ff4b0017cdb2e49c648471acc58ad1 /etc | |
| parent | 3c4f8772fdfeafdbbaba04a5b56f7e79b9f139b3 (diff) | |
Notes
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/hosts.allow | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/hosts.allow b/etc/hosts.allow index 5a60d48ba66c..ff95ee8b3d7d 100644 --- a/etc/hosts.allow +++ b/etc/hosts.allow @@ -26,7 +26,7 @@ ALL : ALL : allow # need to do it, here's how #sshd : .evil.cracker.example.com : deny -# Prevent those with no reverse DNS from connecting. +# Provide some protection against clients using a forged source IP address ALL : PARANOID : RFC931 20 : deny # Allow anything from localhost. Note that an IP address (not a host |
