ユーザ用ツール

サイト用ツール


serverapps:dns:knotdns:client

差分

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

この比較画面へのリンク

両方とも前のリビジョン前のリビジョン
次のリビジョン
前のリビジョン
serverapps:dns:knotdns:client [2025/04/29 04:02] – [knsupdate] hayashiserverapps:dns:knotdns:client [2025/04/29 04:05] (現在) hayashi
行 1: 行 1:
 ====== コマンド ====== ====== コマンド ======
 ===== knsupdate ===== ===== knsupdate =====
 +
 +※Typeが違う場合にはUpdateできないので、削除してからaddする
  
 例:interactive 例:interactive
行 23: 行 25:
   $ echo -e "server 192.168.1.1\nzone example.com.\nupdate add test1.example.com. 7200 A 192.168.2.2\nsend" | knsupdate -k /path/to/TSIG.key   $ echo -e "server 192.168.1.1\nzone example.com.\nupdate add test1.example.com. 7200 A 192.168.2.2\nsend" | knsupdate -k /path/to/TSIG.key
  
 +例:データをファイルにした場合
 +
 +<code>
 +$ cat record.txt
 +server 192.168.1.1
 +zone example.com.
 +update add test1.example.com. 7200 A 192.168.2.2
 +send
 +
 +$ knsupdate record.txt -k /path/to/TSIG.key
 +</code>
  
  
serverapps/dns/knotdns/client.1745899339.txt.gz · 最終更新: 2025/04/29 04:02 by hayashi