diff options
author | shtrom <shtrom@1991c358-8f32-0410-a49a-990740bdf4c2> | 2013-06-03 06:24:29 +0000 |
---|---|---|
committer | shtrom <shtrom@1991c358-8f32-0410-a49a-990740bdf4c2> | 2013-06-03 06:24:29 +0000 |
commit | 8a5177237399ffd39b18edf63199abf34673a444 (patch) | |
tree | 830a4d62e3ac9b88c43918671a3a13ab903f100d /openbsd | |
parent | 25ab3f06fed3057d7f2bc6a06e9261b6ba0375fb (diff) |
[openbsd-scripts] Addedd ncc at ripe in ignore list for denyhost.
git-svn-id: svn+ssh://scm.narf.ssji.net/svn/shtrom/scripts@1527 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 737a1ff..06312fd 100755 --- a/openbsd/denyhost.sh +++ b/openbsd/denyhost.sh @@ -109,6 +109,7 @@ function extract_email /search-apnic-not-arin@apnic.net/d; \ /hostmaster@nic.ad.jp/d; \ /hostmaster@ripe.net/d; \ + /ncc@ripe.net/d; \ /search-ripe-ncc-not-arin@ripe.net/d" | \ sort | uniq | gsed ':a N;s/\n/, /g; ta' } |