Page 1 of 1

solved! Strange IPs in my dhcp file!

Posted: Wed Sep 21, 2016 12:21 pm
by tapper
Hi i was looking at my dhcp file and sore strange ips. My dhcp file has not bin changed since I installed the build of 1.9.1 i am running now. It looks like this:


config dnsmasq
option domainneeded '1'
option boguspriv '1'
option filterwin2k '0'
option localise_queries '1'
option rebind_protection '1'
option rebind_localhost '1'
option local '/lan/'
option domain 'lan'
option expandhosts '1'
option nonegcache '0'
option authoritative '1'
option readethers '1'
option leasefile '/tmp/dhcp.leases'
option resolvfile '/tmp/resolv.conf.auto'
option localservice '1'
list server '/.bit/178.32.31.41'
list server '/.bit/106.187.47.17'
list server '/.bit/176.58.118.172'
list server '/.glue/66.244.95.20'
list server '/.glue/95.211.32.162'
list server '/.glue/95.142.171.235'
list server '/.parody/66.244.95.20'
list server '/.parody/95.211.32.162'
list server '/.parody/95.142.171.235'
list server '/.dyn/66.244.95.20'
list server '/.dyn/95.211.32.162'
list server '/.dyn/95.142.171.235'
list server '/.bbs/66.244.95.20'
list server '/.bbs/95.211.32.162'
list server '/.bbs/95.142.171.235'
list server '/.free/66.244.95.20'
list server '/.free/95.211.32.162'
list server '/.free/95.142.171.235'
list server '/.fur/66.244.95.20'
list server '/.fur/95.211.32.162'
list server '/.fur/95.142.171.235'
list server '/.geek/66.244.95.20'
list server '/.geek/95.211.32.162'
list server '/.geek/95.142.171.235'
list server '/.gopher/66.244.95.20'
list server '/.gopher/95.211.32.162'
list server '/.gopher/95.142.171.235'
list server '/.indy/66.244.95.20'
list server '/.indy/95.211.32.162'
list server '/.indy/95.142.171.235'
list server '/.ing/66.244.95.20'
list server '/.ing/95.211.32.162'
list server '/.ing/95.142.171.235'
list server '/.null/66.244.95.20'
list server '/.null/95.211.32.162'
list server '/.null/95.142.171.235'
list server '/.oss/66.244.95.20'
list server '/.oss/95.211.32.162'
list server '/.oss/95.142.171.235'
list server '/.micro/66.244.95.20'
list server '/.micro/95.211.32.162'
list server '/.micro/95.142.171.235'
list addnhosts '/plugin_root/adblock/block.hosts'

config dhcp 'lan'
option interface 'lan'
option start '100'
option limit '150'
option leasetime '3h'

config dhcp 'wan'
option interface 'wan'
option ignore '1'

What is list server?
The only thing I have dun is install addblock. But i have never seen them befor wen installing addblock.

Re: Strange IPs in my dhcp file!

Posted: Wed Sep 21, 2016 2:22 pm
by d3fz
I know it's related to the "Allow NameCoin/OpenNIC Resolution" checkbox option in Connection section, but not sure how it actually works.

I think it's been around since 1.5.2 was released.
viewtopic.php?f=3&t=2120

Re: Strange IPs in my dhcp file!

Posted: Wed Sep 21, 2016 3:22 pm
by tapper
d3f wrote:I know it's related to the "Allow NameCoin/OpenNIC Resolution" checkbox option in Connection section, but not sure how it actually works.

I think it's been around since 1.5.2 was released.
viewtopic.php?f=3&t=2120
Thanks very much! I had the box ticked for allow NameCoin/OpenNIC Resolution, as soon as i unticked it the IPs went away.