Add how to generate a key used for transfers

This commit is contained in:
RealStickman 2023-06-15 08:49:38 +02:00
parent cc31c136d5
commit 3a99ab7b09

View File

@ -16,3 +16,17 @@ apt install bind9
``` ```
[/shroot] [/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_