namecoin / nmcontrol

Namecoin Control. This repo is deprecated in favor of https://github.com/namecoin/ncdns
136 stars 38 forks source link

Resolving of Nameservers & Privacy #54

Open phelixbtc opened 9 years ago

phelixbtc commented 9 years ago

For example when resolving explorer.bit NMControl will query a DNS server giving away your ip address. explorer.bit value:

"map": { "": { "ns": [ "ns0.web-sweet-web.net", "ns1.web-sweet-web.net" ] } },

I had not expected it to do that. Not sure whether there is an option to disable lookups like this but IMHO it should be disabled by default.

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/8163270-resolving-of-nameservers-privacy?utm_campaign=plugin&utm_content=tracker%2F435873&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F435873&utm_medium=issues&utm_source=github).
JeremyRand commented 9 years ago

There is already a config file option (and command line flag) to disable this. That code will be rewritten when we rebase on Unbound, but for now it's fine the way it is.

JeremyRand commented 9 years ago

It would be nice if the installer offered a choice on whether to enable or disable this by default. But that should probably wait since the relevant code will be rewritten.