Skip to content
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

Add run-time option to disable CHAOS TXT records #12

Closed
wants to merge 1 commit into from

Conversation

DL6ER
Copy link
Member

@DL6ER DL6ER commented Dec 23, 2022

In 2016, dnsmasq got the option to prevent serving the server version as well as the statistics publicly. Compiling with -DNO_ID removes the entire *.bind info structure. This includes: version, author, copyright, cachesize, cache insertions, evictions, misses & hits, auth & servers. However, setting -DNO_ID requires a (re-)compilation from source.

This patch adds a new run-time option --no-ident to achieve the same without the need for recompiling.

@DL6ER DL6ER changed the title Add run-time option to disable CHAOS TXT records providing server details and statistics Add run-time option to disable CHAOS TXT records Dec 23, 2022
@DL6ER
Copy link
Member Author

DL6ER commented Dec 23, 2022

@DL6ER
Copy link
Member Author

DL6ER commented Jan 15, 2023

…etails and statistics.

Signed-off-by: DL6ER <dl6er@dl6er.de>
@DL6ER
Copy link
Member Author

DL6ER commented Feb 7, 2023

Merged and released with v2.89

@DL6ER DL6ER closed this Feb 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant