From: Jon F. <re...@us...> - 2006-01-05 07:50:58
|
reflous 06/01/04 23:50:53 Modified: lib IPBlks.pm Log: bugfix 0.0.0.0/2 was set as default and was throwing off some ips also added a bunch of ip blocks Revision Changes Path 1.4 +34 -9 spam/lib/IPBlks.pm Index: IPBlks.pm =================================================================== RCS file: /cvsroot/spam/spam/lib/IPBlks.pm,v retrieving revision 1.3 retrieving revision 1.4 diff -u -w -r1.3 -r1.4 --- IPBlks.pm 29 Dec 2005 15:53:26 -0000 1.3 +++ IPBlks.pm 5 Jan 2006 07:50:53 -0000 1.4 @@ -41,17 +41,42 @@ 1; __DATA__ +0.0.0.0/4 arin +16.0.0.0/5 arin 24.192.0.0/14 apnic 24.132.0.0/14 ripe +25.0.0.0/4 arin +32.0.0.0/4 arin +48.0.0.0/5 arin +56.0.0.0/7 arin +58.0.0.0/7 apnic +60.0.0.0/8 apnic 61.112.0.0/12 whois.nic.ad.jp 61.192.0.0/12 whois.nic.ad.jp # => 61.207 61.208.0.0/13 whois.nic.ad.jp # => 61.215 61.0.0.0/8 apnic 62.0.0.0/8 ripe -# broken? -# 63.208.0.0/13 rr.level3.net -80.0.0.0/7 ripe -0.0.0.0/2 arin # all other A classes are managed by ARIN +63.0.0.0/8 arin +# 64.0.0.0-79.255.255.255 is a MESS, I ain't gonna figure it out +#64.10.1.0/24 arin +#64.15.224.0/19 rwhois.exodus.net:4321 +64.0.0.0/4 arin +80.0.0.0/5 ripe +87.0.0.0/8 ripe +88.0.0.0/6 ripe +92.0.0.0/6 arin +96.0.0.0/4 arin +112.0.0.0/5 arin +120.0.0.0/6 arin +124.0.0.0/7 apnic +126.0.0.0/8 apnic +# 127.0.0.0 is the loopback +128.0.0.0/6 arin +132.0.0.0/8 arin +# this sort of default won't work since the hash isn't sorted, can either +# properly sort the hash in get_server 'keys' function call, or enter +# the other ranges by hand (I prefer option #2) +# 0.0.0.0/2 arin # all other A classes are managed by ARIN ## The B class space is a mess :-( - something could still be missing ## I add here only netblocks allocated to multiple LIRs by the RIRs. 133.0.0.0/8 whois.nic.ad.jp |