m13253 / dns-over-https

High performance DNS over HTTPS client & server
https://developers.google.com/speed/public-dns/docs/dns-over-https
MIT License
1.96k stars 221 forks source link

IP guessing feature ignores any private IP #130

Closed meluvalli closed 2 years ago

meluvalli commented 2 years ago

Is there anyway to override this? Also, side note, where are logs located? I have verbose = true, but where do I see the logs?

m13253 commented 2 years ago

Go modify json-dns/globalip.go.

There is no option on this, because I don't think there is a need to toggle this. For those users like you who know what they are doing, they also know how to modify the code so …

gdm85 commented 2 years ago

Also, side note, where are logs located? I have verbose = true, but where do I see the logs?

Logs are sent to stderr, you most likely can access them with journalctl on your system. Perhaps we can add a hint about this in README.md

I am closing this because there is no intention to add a toggle and no reply for a couple months already.

Thanks!