wiki-grav/pages/02.linux/bind-dns/default.en.md

33 lines
304 B
Markdown

---
title: "Bind DNS"
visible: false
---
[toc]
## Installation
### Debian
[shroot]
```sh
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_