-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature request] Disable HINFO responces #932
Comments
Look for "hinfo" in the configuration file, not in the source code :) |
In config it can be set REFUSED or HINFO or IP as responce. How it set with custom HINFO or void message like it? |
You can't send a custom |
Anyway, if |
Also, if it set to
|
Since we are not returning the correct answer, having an extra record justifying why is useful, if only for troubleshooting purpose. |
I want to hide what DNS server I use in responses. It's shows when IPv6 is blocked or when refused requests looks like as HINFO. Can you set NXDOMAIN instead HINFO or disable this messages?
in dnsutils.go:
hinfo.Cpu = "This query has been locally blocked"
hinfo.Os = "by dnscrypt-proxy"
in plugin_block_ipv6.go:
hinfo.Cpu = "AAAA queries have been locally blocked by dnscrypt-proxy"
hinfo.Os = "Set block_ipv6 to false to disable this feature"
The text was updated successfully, but these errors were encountered: