fix
This commit is contained in:
parent
b397f15e61
commit
a026867c03
2 changed files with 24 additions and 16 deletions
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue