nsupdate, semicolon, backslash

2014-09-12 Thread Giuseppe
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,

Re: nsupdate, semicolon, backslash

2014-09-12 Thread Giuseppe
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