diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2025-01-13 01:42:51 -0500 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2025-01-14 00:26:09 -0500 |
commit | 47ae33a8c8a724168c0c813a0ea89bae13a60f59 (patch) | |
tree | 92f3e82c140c37868d1cfa01b9b7cb64f1e1d6ed /roles/vpn/templates | |
parent | c0ab7feac52fc00e66417db22b25162130a4e6e3 (diff) | |
download | oldinfra-47ae33a8c8a724168c0c813a0ea89bae13a60f59.tar.gz oldinfra-47ae33a8c8a724168c0c813a0ea89bae13a60f59.zip |
add zigbee
Diffstat (limited to 'roles/vpn/templates')
-rw-r--r-- | roles/vpn/templates/config.yml.j2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/vpn/templates/config.yml.j2 b/roles/vpn/templates/config.yml.j2 index 6450d3e..24a54c8 100644 --- a/roles/vpn/templates/config.yml.j2 +++ b/roles/vpn/templates/config.yml.j2 @@ -209,11 +209,11 @@ dns_config: mistymountainstherapy.com: - {{ nameserver_ip }} lucina.cloud: - - {{ nameserver_ip }} + - 192.168.1.1 ezri.dev: - {{ nameserver_ip }} - domains: ['simponic.xyz', 'internal.simponic.xyz'] + domains: [simponic.xyz', 'internal.simponic.xyz', 'lucina.cloud'] # Extra DNS records # so far only A-records are supported (on the tailscale side) |