Ratler / zapdnsbl

DNS blacklist channel protection script for Eggdrop
GNU General Public License v2.0
7 stars 4 forks source link

Tcl error [::zapdnsbl::resolveCallback] #2

Open tntradio opened 5 years ago

tntradio commented 5 years ago

Tcl error [::zapdnsbl::resolveCallback]: can't read "oct4": no such variable

tntradio commented 5 years ago

Would be also nice if the script will support an exempt list for some hosts (eq: .undernet.org, 192.168. etc.) and exempt all ipv6's addresses from scan.

Ratler commented 5 years ago

First issue temporarily fixed in https://github.com/Ratler/zapdnsbl/commit/ea63856baac85abdc7b41fc19e48485c97845c81

Real ipv6 support will be added later. I'll see what I can do about the exempt/whitelist, shouldn't be too much work.

tntradio commented 5 years ago

you rock :+1:

tntradio commented 5 years ago

You can also add that small update (see forked version by me) with ban through X.

Ratler commented 5 years ago

@tntradio feel free to send me a PR with that update, please make sure it lines up with my form on indentation though. Noticed that you do things a bit differently :)