ユーザ用ツール

サイト用ツール


serverapps:dns:knotdns

差分

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

この比較画面へのリンク

次のリビジョン
前のリビジョン
最新のリビジョン両方とも次のリビジョン
serverapps:knotdns [2017/04/14 05:21] – 外部編集 127.0.0.1serverapps:dns:knotdns [2023/08/26 03:09] – [参考] hayashi
行 4: 行 4:
  
 インストール記録。まだ途中である インストール記録。まだ途中である
 +
  
 ===== インストール ===== ===== インストール =====
  
-  # pkg install knot2+  # pkg install knot3
  
 ===== 設定 ===== ===== 設定 =====
 +
  
   /usr/local/etc/knot/knot.conf   /usr/local/etc/knot/knot.conf
 +
 +==== slave ====
 +idをprimaryに設定する。((名前が変更されprimary、secondaryを使用します))
 +
 +<code yaml>
 +remote:
 +  - id: primary
 +    address: xxx.YY.ZZZ.XXX@53
 +</code>
 +
 +また、ACLでnotifyの受信を明示的に許可すること
 +
 +<code yaml>
 +remote:
 +  - id: notify_from_master
 +    address: xxx.YY.ZZZ.XXX
 +    action: notify
 +</code>
 +
  
 ==== チェック ==== ==== チェック ====
行 19: 行 40:
 ===== 参考 ===== ===== 参考 =====
  
-http://qiita.com/soprano1125/items/2cdfe5ee3b275f7331d6+  * [[https://www.nic.ad.jp/ja/materials/iw/2018/proceedings/d3/d3-yamaguchi.pdf|Knot DNS の紹介]] 
 +  * http://qiita.com/soprano1125/items/2cdfe5ee3b275f7331d6 
 +  * https://www.knot-dns.cz/docs/2.6/singlehtml/index.html
  
-https://www.knot-dns.cz/docs/2.x/singlehtml/ 
serverapps/dns/knotdns.txt · 最終更新: 2023/08/26 03:11 by hayashi