diff options
Diffstat (limited to 'roles/vpn/templates')
-rw-r--r-- | roles/vpn/templates/config.yml.j2 | 6 |
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: |