roles/syncthingserver: whitelist Tailscale domain for GUI
This commit is contained in:
@@ -35,6 +35,12 @@ in
|
||||
settings = {
|
||||
# don't accept tracking
|
||||
options.urAccepted = -1;
|
||||
|
||||
gui = {
|
||||
enabled = true;
|
||||
theme = "default";
|
||||
domain = "tail755c5.ts.net";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user