scripts

misc scripts and tools
git clone git://git.2f30.org/scripts
Log | Files | Refs

commit dfefc661b8138839c58baa60dc23ca6028b982c0
parent d7ba58957e453233b24354d3111604da5bdf0d1b
Author: sin <sin@2f30.org>
Date:   Wed, 13 Jan 2016 15:18:40 +0000

Add DNS info for the VPN

Diffstat:
M2f30-vpn | 17+++++++++++++++++
1 file changed, 17 insertions(+), 0 deletions(-)

diff --git a/2f30-vpn b/2f30-vpn @@ -109,6 +109,23 @@ interface as shown below: EOF cat << EOF +There is a recursive DNS resolver on the VPN. It also acts +as an authoritative DNS server for the 2f30 TLD. If you are using +unbound, the following should be added to the configuration: + + local-zone: "0.17.172.in-addr.arpa" transparent + + forward-zone: + name: "2f30." + forward-addr: 172.17.0.3 + + forward-zone: + name: "0.17.172.in-addr.arpa" + forward-addr: 172.17.0.3 + +EOF + +cat << EOF Your host's public key will be submitted to sprunge.us. Email the URL to sin@2f30.org to have this host activated.