Hello all.
I need help, i have this code and its perfekt and this take all proxy how you make in blacklist.txt
when i make a Proxy IP on blacklist.txt
170.158.65.235 and when a user connecting with this proxy and script take IP from blacklist.txt and make automatic KLINE.
What i want from your help.
when I make a IP in blacklist.txt for example just
170.158.* take not and make nothing, i dont know who is problem!
Sorry for my English.
Thanks for your help!
on 1:snotice:*Client connecting*:{
.whois $9
set %p9nick $9
}
on 1:DNS:/set %radd $raddress
raw 378:*:{
set %getbl $read(C:\blacklist.txt,w,$+(*,%mbl,*)) ; you must have the file in drive C:\ for this to work properly
set %getblhost $read(C:\blacklist.txt,w,$+(*,%radd,*)) ; you must have the file in drive C:\ for this to work properly
set %mbl $7
dns $7
if (%mbl isin %getbl) /kline %p9nick 1h 47Possible 47Proxy40/47VPN
if (%radd isin %getblhost) /kline %p9nick 1h 47Possible 47Proxy40/47VPN
}
}