Add bind9 and Docker files

This commit is contained in:
rtm516 2020-06-27 23:05:38 +01:00
commit 96e7049dc6
10 changed files with 121 additions and 0 deletions

7
bind9/README.md Normal file
View file

@ -0,0 +1,7 @@
# GeyserConnect with DNS
This contains the basic bind9 configs for use with GeyserConnect
## Setup
1. Install bind9 using `sudo apt install bind9`
2. Download these files and place them inside `/etc/bind/` overwriting the `named.conf.local` file
3. Run `sudo service bind9 restart` to restart the service