diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-04-07 22:02:52 -0400 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-04-07 22:02:52 -0400 |
commit | 848bdf88aea3590f929b4288b81348051618eb91 (patch) | |
tree | 8493a7df4b51864702f85aa7789abd731c8e9c8e /roles/vpn | |
parent | 61bdb137758ec18c74c8fb1b4030e496a2a70ebd (diff) | |
download | oldinfra-848bdf88aea3590f929b4288b81348051618eb91.tar.gz oldinfra-848bdf88aea3590f929b4288b81348051618eb91.zip |
update dns
Diffstat (limited to 'roles/vpn')
-rw-r--r-- | roles/vpn/templates/config.yml.j2 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/roles/vpn/templates/config.yml.j2 b/roles/vpn/templates/config.yml.j2 index 88393a2..8f6161e 100644 --- a/roles/vpn/templates/config.yml.j2 +++ b/roles/vpn/templates/config.yml.j2 @@ -202,10 +202,12 @@ dns_config: # - 1.1.1.1 # - 8.8.8.8 restricted_nameservers: - internal.simponic.xyz: + simponic.xyz: - {{ nameserver_ip }} hatecomputers.club: - {{ nameserver_ip }} + ezri.dev: + - {{ nameserver_ip }} domains: ['simponic.xyz', 'internal.simponic.xyz'] |