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

Allow serving SRV records without "====" suffixes #42

Open
PoneyClairDeLune opened this issue Aug 1, 2022 · 1 comment
Open

Allow serving SRV records without "====" suffixes #42

PoneyClairDeLune opened this issue Aug 1, 2022 · 1 comment

Comments

@PoneyClairDeLune
Copy link

Some implementations of DNS resolver only consider [0-9a-z.-] as valid characters (e.g. Deno), and will start to throw errors if an equal sign is encountered.
Allowing serving SRV records both with and without the ==== suffix will get around such a problem.

@PoneyClairDeLune
Copy link
Author

Truncating the ==== suffix everywhere, and only pad back when error occurs is suggested.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant