From c10e1524e5b67fce4d8b17b0fa5ca39aac72c465 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Mon, 26 Feb 2018 17:27:02 +0800 Subject: dns: generate nsd.conf with domains and nameservers variables --- host_vars/vultr | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) (limited to 'host_vars') diff --git a/host_vars/vultr b/host_vars/vultr index a0af249..63c82ab 100644 --- a/host_vars/vultr +++ b/host_vars/vultr @@ -13,15 +13,25 @@ network: address: 2001:19f0:5:3166::c0f:fee prefixlen: 64 +domains: + - 233233.xyz + - 1314233.xyz + +nameservers: + - name: afraid + xfr_ip: 174.37.196.55 + ns: + - ns2.afraid.org + - name: 1984hosting + xfr_ip: 93.95.224.6 + ns: + - ns0.1984.is + - ns1.1984.is + - ns2.1984.is + shadowsocks: server_port: 8989 password: "???" method: "chacha20-ietf-poly1305" -nsd: - # List of domains/zones - zones: - - 233233.xyz - - 1314233.xyz - # vim: set ft=yaml sw=2: # -- cgit v1.2.2