In message <5413d5d9.3000...@yahoo.fr>, Giuseppe writes:
> Hello Mark,
>
> If I understood, it's a normal comportement to find backslash in TEXT data.
More that it is escaped. double quote and back slash must be escaped.
semicolon needs to be escaped if the string isn't quoted.
> In my case,
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
In message <54130f2a.9040...@yahoo.fr>, Giuseppe writes:
> 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
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,
4 matches
Mail list logo