【发布时间】:2012-04-30 22:34:25
【问题描述】:
我将尝试创建一个具有扭曲名称的权威服务器。根据文档,我可以像这样定义一个区域文件:
twistd -n dns --pyzone example-domain.com
但是...如何指定多个区域文件?
twistd -n dns --pyzone example-domain.com example-domain.net
或
twistd -n dns --pyzone example-domain.com --pyzone example-domain.net
不会工作...
【问题讨论】: