Merge pull request 'reordered coredns block' (#53) from develop into master
Some checks failed
Deploy configs / deploy-configs (push) Failing after 12s
Some checks failed
Deploy configs / deploy-configs (push) Failing after 12s
Reviewed-on: #53
This commit is contained in:
commit
12954e5eb1
1 changed files with 5 additions and 4 deletions
|
|
@ -14,15 +14,16 @@
|
||||||
hosts {
|
hosts {
|
||||||
${hosts.sid.ip} ${ca-fqdn}
|
${hosts.sid.ip} ${ca-fqdn}
|
||||||
|
|
||||||
|
# Tailnet hosts
|
||||||
|
${hosts.rx4.ip} rx4.tail
|
||||||
|
${hosts.sid.ip} sid.tail
|
||||||
|
${hosts.vde.ip} vde.tail
|
||||||
|
|
||||||
# Intranet services
|
# Intranet services
|
||||||
${hosts.sid.ip} ${services.netdata.fqdn}
|
${hosts.sid.ip} ${services.netdata.fqdn}
|
||||||
${hosts.sid.ip} ${services.vaultwarden.fqdn}
|
${hosts.sid.ip} ${services.vaultwarden.fqdn}
|
||||||
${hosts.sid.ip} ${services.webdav.fqdn}
|
${hosts.sid.ip} ${services.webdav.fqdn}
|
||||||
|
|
||||||
# Tailnet hosts
|
|
||||||
${hosts.rx4.ip} rx4.tail
|
|
||||||
${hosts.sid.ip} sid.tail
|
|
||||||
${hosts.vde.ip} vde.tail
|
|
||||||
fallthrough
|
fallthrough
|
||||||
}
|
}
|
||||||
forward . 1.1.1.1 8.8.8.8
|
forward . 1.1.1.1 8.8.8.8
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue