[syncthing] Properly configures listen addresses
This commit is contained in:
@@ -46,7 +46,9 @@
|
||||
localAnnounceEnabled = false;
|
||||
globalAnnounceEnabled = false;
|
||||
relaysEnabled = true;
|
||||
listenAddress = "relay://syncthing.blazestar.net:22067";
|
||||
listenAddresses = [
|
||||
"relay://syncthing.blazestar.net:22067"
|
||||
];
|
||||
# Whether the user has accepted submitting usage data. 0 is no-choice.
|
||||
# -1 means no. A positive integer means yes.
|
||||
urAccepted = -1;
|
||||
|
||||
Reference in New Issue
Block a user