reordered coredns block
This commit is contained in:
parent
b3d8f80020
commit
745cd866ef
1 changed files with 5 additions and 4 deletions
|
|
@ -14,15 +14,16 @@
|
|||
hosts {
|
||||
${hosts.sid.ip} ${ca-fqdn}
|
||||
|
||||
# Tailnet hosts
|
||||
${hosts.rx4.ip} rx4.tail
|
||||
${hosts.sid.ip} sid.tail
|
||||
${hosts.vde.ip} vde.tail
|
||||
|
||||
# Intranet services
|
||||
${hosts.sid.ip} ${services.netdata.fqdn}
|
||||
${hosts.sid.ip} ${services.vaultwarden.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
|
||||
}
|
||||
forward . 1.1.1.1 8.8.8.8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue