Hello,
I work with nsupdate for update our domains zones. And I have problem with
semicolonin TXT record type.
A small example:
nsupdate -v
> update add test1.com 400 TXT "hello*;*"
> update add test2.com 400 TXT "hello*\;*"
> show
Outgoing update query:
;; ->>HEADER<<- opcode: UPDATE,
Hello Mark,
If I understood, it's a normal comportement to find backslash in TEXT data.
In my case, i implement DKIM DNS and in master files I have:
;; ANSWER SECTION:
google._domainkey.test.com. 1800 IN TXT "v=DKIM1\; k=rsa\; p=MIGfMA
At this time, it not working. And I was thinking that
2 matches
Mail list logo