diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2025-01-05 00:25:49 -0500 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2025-01-05 15:46:39 -0500 |
commit | 687caaa787f9114e390ef34cd06b0c0658cdeae2 (patch) | |
tree | a71d9979da5b1d58dc338709172dfbb05b3b5849 | |
parent | 081978670a553835d503b53b7b91a9b2dbb77080 (diff) | |
download | oldinfra-687caaa787f9114e390ef34cd06b0c0658cdeae2.tar.gz oldinfra-687caaa787f9114e390ef34cd06b0c0658cdeae2.zip |
add lucina.cloud to hc
-rw-r--r-- | roles/vpn/templates/config.yml.j2 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/vpn/templates/config.yml.j2 b/roles/vpn/templates/config.yml.j2 index a5db296..6450d3e 100644 --- a/roles/vpn/templates/config.yml.j2 +++ b/roles/vpn/templates/config.yml.j2 @@ -208,6 +208,8 @@ dns_config: - {{ nameserver_ip }} mistymountainstherapy.com: - {{ nameserver_ip }} + lucina.cloud: + - {{ nameserver_ip }} ezri.dev: - {{ nameserver_ip }} |