2023-05-26 18:22:35 +02:00
|
|
|
---
|
|
|
|
title: "Bind DNS"
|
|
|
|
visible: false
|
|
|
|
---
|
|
|
|
|
|
|
|
[toc]
|
|
|
|
|
|
|
|
## Installation
|
|
|
|
|
|
|
|
### Debian
|
|
|
|
|
2023-06-02 19:25:19 +02:00
|
|
|
[shroot]
|
|
|
|
|
|
|
|
```sh
|
|
|
|
apt install bind9
|
2023-05-26 18:22:35 +02:00
|
|
|
```
|
2023-06-02 19:25:19 +02:00
|
|
|
|
|
|
|
[/shroot]
|
2023-06-15 08:49:38 +02:00
|
|
|
|
|
|
|
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_
|