This commit is contained in:
Elizabeth Hunt 2024-04-03 16:00:23 -04:00
parent b2fae58407
commit 61bdb13775
2 changed files with 9 additions and 2 deletions

View File

@ -45,4 +45,6 @@ services:
- POSTMASTER_ADDRESS={{ postmaster_email }} - POSTMASTER_ADDRESS={{ postmaster_email }}
dns: dns:
- {{ nameserver_ip }} - {{ nameserver_ip }}
extra_hosts:
- "lldap.internal.simponic.xyz:{{ johan_ip }}"
restart: always restart: always

View File

@ -177,7 +177,8 @@ dns_config:
# List of DNS servers to expose to clients. # List of DNS servers to expose to clients.
nameservers: nameservers:
- {{ nameserver_ip }} - 1.1.1.1
- 1.0.0.1
# NextDNS (see https://tailscale.com/kb/1218/nextdns/). # NextDNS (see https://tailscale.com/kb/1218/nextdns/).
# "abc123" is example NextDNS ID, replace with yours. # "abc123" is example NextDNS ID, replace with yours.
@ -200,8 +201,12 @@ dns_config:
# darp.headscale.net: # darp.headscale.net:
# - 1.1.1.1 # - 1.1.1.1
# - 8.8.8.8 # - 8.8.8.8
restricted_nameservers:
internal.simponic.xyz:
- {{ nameserver_ip }}
hatecomputers.club:
- {{ nameserver_ip }}
# Search domains to inject.
domains: ['simponic.xyz', 'internal.simponic.xyz'] domains: ['simponic.xyz', 'internal.simponic.xyz']
# Extra DNS records # Extra DNS records