|
|
看不明白它的文档啊……
哪位用过的给说说吧
- haha@bigTOM:~$ sudo pdnsd-ctl add
- Wrong number of arguments for 'add' command.
- Usage:
- add a addr name [ttl] [noauth]
- add aaaa addr name [ttl] [noauth]
- add ptr host name [ttl] [noauth]
- add cname host name [ttl] [noauth]
- add mx host name pref [ttl] [noauth]
- Add a record of the given type to the pdnsd cache, replacing existing
- records for the same name and type. The 2nd argument corresponds
- to the argument of the option in the rr section that is named like
- the first option. The ttl is optional, the default is 900 seconds.
- noauth is used to make the domains non-authoritative.
- If you want no other record than the newly added in the cache, do
- pdnsdctl record <name> delete
- before adding records.
复制代码 |
|