Replies: 1 comment
-
|
You need to account for escaping both in python AND in the DNS zonefile format, as it too uses backslash for escaping. So you need to escape the escapes! This works: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm trying to create a NAPTR record, which contains regexp
!^(.*)$!tel:\1!in the following wayUnfortunately
Is there any way to achieve my goal?
Beta Was this translation helpful? Give feedback.
All reactions