-
Notifications
You must be signed in to change notification settings - Fork 77
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
Static records should only be served for the root domain #8
Comments
Hi @normanr , Help me understand how this affects you. What's the downside of returning SOA, NS, TXT, and MX records? The server is under active development, and the behavior is fluid (I'm willing to make changes). On another note, I'm implementing a set of changes to return a richer set of resources for the root domain "sslip.io" (especially w.r.t. TXT & MX records) and a leaner set for all other queries (no TXT, MX record pointing to itself). |
@normanr Thank you so much for browsing my commit history! I am impressed. So let me ask you this: should I remove MX records for everything except the root domain sslip.io itself? Right now I'm returning an MX record to every query pointing to itself:
returns an MX records of |
I think the behavior as is currently implemented is fine. I opened the request back in March when the behavior of the shell script was to return protonmail records for all MX requests. |
Currently SOA, NS, TXT, and MX records are returned for any name, but they should probably be restricted to the root domain only.
The text was updated successfully, but these errors were encountered: