diff options
author | shtrom <shtrom@1991c358-8f32-0410-a49a-990740bdf4c2> | 2013-10-23 23:08:15 +0000 |
---|---|---|
committer | shtrom <shtrom@1991c358-8f32-0410-a49a-990740bdf4c2> | 2013-10-23 23:08:15 +0000 |
commit | 012251aa412d146525e05303edb1e302b410b1ad (patch) | |
tree | 68c7c6d572a50ff1386c0b892ecb2c6ef251ad6d /openbsd | |
parent | 883813db4f7ea304f72dee8c01aa6c73bf89dcf6 (diff) |
[openbsd/denyhost.sh] Please note that APNIC is not an ISP and is not empowered
to investigate complaints of network abuse.
git-svn-id: svn+ssh://scm.narf.ssji.net/svn/shtrom/scripts@1616 1991c358-8f32-0410-a49a-990740bdf4c2
Diffstat (limited to 'openbsd')
-rwxr-xr-x | openbsd/denyhost.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsd/denyhost.sh b/openbsd/denyhost.sh index a1cafa3..f8bb289 100755 --- a/openbsd/denyhost.sh +++ b/openbsd/denyhost.sh @@ -113,6 +113,7 @@ function extract_email /search-apnic-not-arin@apnic.net/d; \ /hostmaster@nic.ad.jp/d; \ /hostmaster@ripe.net/d; \ + /.*@apnic.net/d; \ /ncc@ripe.net/d; \ /search-ripe-ncc-not-arin@ripe.net/d" | \ sort | uniq | gsed ':a N;s/\n/, /g; ta' |