fix dns
This commit is contained in:
parent
b2fae58407
commit
61bdb13775
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user