diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-31 16:42:46 -0400 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-31 16:42:46 -0400 |
commit | b566e9385082678bc2f75e0712d856fa1c64c94c (patch) | |
tree | cc60420a5c1383f24ff9b7e0cbcd838969b004a0 /roles/vpn | |
parent | eb01bd2c61dd1d85620654ccb8f331a70bc9ac83 (diff) | |
download | oldinfra-b566e9385082678bc2f75e0712d856fa1c64c94c.tar.gz oldinfra-b566e9385082678bc2f75e0712d856fa1c64c94c.zip |
use hatecomupters.club internal dns
Diffstat (limited to 'roles/vpn')
-rw-r--r-- | roles/vpn/templates/config.yml.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/vpn/templates/config.yml.j2 b/roles/vpn/templates/config.yml.j2 index 750a05f..64e00fb 100644 --- a/roles/vpn/templates/config.yml.j2 +++ b/roles/vpn/templates/config.yml.j2 @@ -177,7 +177,7 @@ dns_config: # List of DNS servers to expose to clients. nameservers: - - {{ johan_ip }} + - {{ nameserver_ip }} # NextDNS (see https://tailscale.com/kb/1218/nextdns/). # "abc123" is example NextDNS ID, replace with yours. |