disable override local
This commit is contained in:
parent
3fd509e11d
commit
b138f414e0
1 changed files with 4 additions and 1 deletions
|
|
@ -8,8 +8,11 @@ in
|
||||||
address = "localhost";
|
address = "localhost";
|
||||||
port = headscale-port;
|
port = headscale-port;
|
||||||
settings = {
|
settings = {
|
||||||
dns.base_domain = "high-gravity.space";
|
|
||||||
server_url = "https://headscale.zerforschen.plus";
|
server_url = "https://headscale.zerforschen.plus";
|
||||||
|
dns = {
|
||||||
|
override_local_dns = false;
|
||||||
|
base_domain = "high-gravity.space";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
nginx.virtualHosts."uplink.darkest.space" = {
|
nginx.virtualHosts."uplink.darkest.space" = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue