From 3a99ab7b0905653a25440cc474a61f716f909dfa Mon Sep 17 00:00:00 2001 From: RealStickman Date: Thu, 15 Jun 2023 08:49:38 +0200 Subject: [PATCH] Add how to generate a key used for transfers --- pages/02.linux/bind-dns/default.en.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/pages/02.linux/bind-dns/default.en.md b/pages/02.linux/bind-dns/default.en.md index 58112b3..c5ebb04 100644 --- a/pages/02.linux/bind-dns/default.en.md +++ b/pages/02.linux/bind-dns/default.en.md @@ -16,3 +16,17 @@ apt install bind9 ``` [/shroot] + +Generate keys for different views + +[shroot] + +```sh +tsig-keygen -a hmac-sha256 [VIEW] +``` + +[/shroot] + +https://jensd.be/160/linux/split-horizon-dns-masterslave-with-bind + +_TODO_