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, status: NOERROR, id:      0
 ;; flags: ; ZONE: 0, PREREQ: 0, UPDATE: 0, ADDITIONAL: 0
 ;; UPDATE SECTION:
 test1.com.        400    IN    TXT    "hello*\;*"
 test2.com.        400    IN    TXT    "hello*\;*"

In my Zone file it is the same problem.

I would like:

test1.com.        400    IN    TXT    "hello*;*"

without backslash before semicolon. Is important because service using 
"secure._domainKey", "_adsp._domainKey", etc.. not work if
backslashis in zone and semicolon is needed.

Other are the same problem?

Thanks,
Zeppi

_______________________________________________
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to