Add oceanbox.io as split domain
This should hopefully force clients to to prefer using Tailscale MagicDNS when resolving oceanbox.io IPs
This commit is contained in:
@@ -22,6 +22,10 @@ env:
|
||||
|
||||
# -- List of DNS servers to expose to clients.
|
||||
HEADSCALE_DNS_NAMESERVERS_GLOBAL: "1.1.1.1 1.0.0.1"
|
||||
HEADSCALE_DNS_NAMESERVERS_SPLIT: |
|
||||
{
|
||||
"oceanbox.io": ["100.100.100.100", "1.1.1.1"]
|
||||
}
|
||||
# -- Whether to use [MagicDNS](https://tailscale.com/kb/1081/magicdns/).
|
||||
HEADSCALE_DNS_MAGIC_DNS: "true"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user