netblue30 / fdns

Firejail DNS-over-HTTPS Proxy Server
GNU General Public License v3.0
115 stars 29 forks source link

Latest coinblocker list update contains invalid entrees #82

Closed glitsj16 closed 9 months ago

glitsj16 commented 10 months ago

The latest coinblocker list update from https://github.com/netblue30/fdns/commit/b2b54624a0b842eb895834d31fade8d8e370db3b contains a few invalid entrees:

$ grep "\.\." coinblocker
127.0.0.1 fgdfg5e5sd..ydns.eufgeydns.eufge9vbrzwt.bid
127.0.0.1 nonublicnode.ydnoname..ydnoname.nodes.cluster.bitfex.tnonametrade.com
127.0.0.1 mynetwork..webhop.mmynebhop.mmynewmining.com

Those double dots need replacing by a single dot IMO.

Note: I couldn't find these in the referenced sources:

A simple sed -i -e "s/\.\./\./g" coinblocker did the trick.

netblue30 commented 9 months ago

fixed, thanks!