2

ねじれた名前の信頼できるサーバーを作成してみます。ドキュメントによると、私は次のようなゾーンファイルを定義できます:

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

動作しません...

4

1 に答える 1

3

なぜこれがうまくいかないと言うのですか?

twistd -n dns --pyzone example-domain.com --pyzone example-domain.net

私はそのようなサーバーを実行し、約12の異なるゾーンにサービスを提供しています。

于 2012-04-19T19:42:44.313 に答える