summaryrefslogtreecommitdiff
path: root/roles/vpn/templates/config.yml.j2
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-01-05 16:13:01 -0500
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-01-05 16:13:01 -0500
commitfb0b3914086484d9284426985984e2c1699ba557 (patch)
tree963a2288a3b33f389972a78efaf3b6462bbe1925 /roles/vpn/templates/config.yml.j2
parentb62d5f559b81556a1dd6197c72a0c43ba1744477 (diff)
downloadoldinfra-fb0b3914086484d9284426985984e2c1699ba557.tar.gz
oldinfra-fb0b3914086484d9284426985984e2c1699ba557.zip
ldap, internal CA, internal webserver, dns, etc.
Diffstat (limited to 'roles/vpn/templates/config.yml.j2')
-rw-r--r--roles/vpn/templates/config.yml.j26
1 files changed, 3 insertions, 3 deletions
diff --git a/roles/vpn/templates/config.yml.j2 b/roles/vpn/templates/config.yml.j2
index 4f815f4..d083c8f 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:
- - 1.1.1.1
+ - {{ johan_ip }}
# NextDNS (see https://tailscale.com/kb/1218/nextdns/).
# "abc123" is example NextDNS ID, replace with yours.
@@ -202,7 +202,7 @@ dns_config:
# - 8.8.8.8
# Search domains to inject.
- domains: ['simponic.xyz']
+ domains: ['simponic.xyz', 'internal.simponic.xyz']
# Extra DNS records
# so far only A-records are supported (on the tailscale side)
@@ -223,7 +223,7 @@ dns_config:
# `base_domain` must be a FQDNs, without the trailing dot.
# The FQDN of the hosts will be
# `hostname.user.base_domain` (e.g., _myhost.myuser.example.com_).
- base_domain: headscale.simponic.xyz
+ base_domain: internal.simponic.xyz
# Unix socket used for the CLI to connect without authentication
# Note: for production you will want to set this to something like: