1
0
Fork 0
This commit is contained in:
Lukas Wurzinger 2025-06-08 19:35:48 +02:00
parent b397f15e61
commit a026867c03
No known key found for this signature in database
2 changed files with 24 additions and 16 deletions

View file

@ -9,7 +9,15 @@ in
port = 8010;
settings = {
server_url = "https://${virtualHostName}";
dns.base_domain = "tailnet.helveticanonstandard.net";
dns = {
base_domain = "tailnet.helveticanonstandard.net";
nameservers.global = [
"1.1.1.1"
"1.0.0.1"
"2606:4700:4700::1111"
"2606:4700:4700::1001"
];
};
logtail.enabled = false;
};
};