Skip to content

INWX: Add rules for TXT RRs containing double quotes and backslash #3544

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

eliheady
Copy link
Contributor

@eliheady eliheady commented Apr 24, 2025

INWX will not apply these RR changes and also does not error on the record content.

qoutes end up double-escaped. next preview:
TXT ("in\\\"side" ttl=300) -> ("in\"side" ttl=300)

odd-numbered backslashes get stripped. next preview:
TXT ("1backslash" ttl=300) -> ("1back\\slash" ttl=300)
TXT ("3back\\\\slash" ttl=300) -> ("3back\\\\\\slash" ttl=300)

Release changelog section

Some examples:

  • INWX: filter unsupported TXT RR content containing unbalanced quotes and backslashes

INWX will not apply these RR changes and also does not error on the record content.

qoutes end up double-escaped:

  TXT ("in\\\"side" ttl=300) -> ("in\"side" ttl=300)

odd-numbered backslashes get stripped:

  TXT ("1backslash" ttl=300) -> ("1back\\slash" ttl=300)
@eliheady eliheady changed the title Add rules for TXT RRs containing double quotes and backslash INWX: Add rules for TXT RRs containing double quotes and backslash Apr 24, 2025
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

Successfully merging this pull request may close these issues.

1 participant