ユーザ用ツール

サイト用ツール


serverapps:dns:knotdns

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン前のリビジョン
次のリビジョン
前のリビジョン
serverapps:dns:knotdns [2025/04/17 10:26] – [primary] hayashiserverapps:dns:knotdns [2025/04/22 09:17] (現在) – [secondary] hayashi
行 17: 行 17:
 ==== primary ==== ==== primary ====
  
-<code>+DNS NOTIFY:notify 設定は有効にする方が良いです 
 +これにより、セカンダリはSOAの refresh タイマーを待たずに、すぐにゾーン転送を開始できます 
 + 
 +<code yaml>
   server:   server:
     user: "knot:knot"     user: "knot:knot"
     listen: [ "0.0.0.0@53", "::@53" ]     listen: [ "0.0.0.0@53", "::@53" ]
-    # listen-quic: ADDR[@INT]</code> 
- 
   remote:   remote:
     - id: secondary     - id: secondary
       address: [ 192.168.11.1 , 192.168.11.2 ]       address: [ 192.168.11.1 , 192.168.11.2 ]
- 
   acl:   acl:
     - id: acl_public2nd     - id: acl_public2nd
行 35: 行 35:
  
 ==== secondary ==== ==== secondary ====
-idをprimaryに設定する。((名前が変更されprimary、secondaryを使用しま))+idをprimaryに設定する。((最近うるさいので名前primary、secondaryに変更しました))
  
 <code yaml> <code yaml>
行 47: 行 47:
 <code yaml> <code yaml>
 remote: remote:
-  - id: notify_from_master +  - id: notify_from_primary 
-    address: xxx.YY.ZZZ.XXX +    address: xxx.YY.ZZZ.XXX   # primaryのIPアドレス 
-    action: notify+    action: notify            # primaryからのNOTIFYを許可
 </code> </code>
  
serverapps/dns/knotdns.1744885601.txt.gz · 最終更新: 2025/04/17 10:26 by hayashi