使用 nsupdate 针对 Bind9 创建 NAPTR 记录的工作示例是什么?
man nsupdate 说:
update add {domain-name} {ttl} [class] {type} {data...}
Adds a new resource record with the specified ttl, class and data.
但我似乎找不到 NAPTR 的正确格式
我的尝试:
echo -e 'update add enum.example.com 60 IN NAPTR 1.1.1.1.1."u"."E2U+sip"."!^.*[email protected]!" .'"\nsend"|nsupdate
结果是:
invalid rdata format: not a valid number
syntax error
这是一个工作示例: