@@ -757,6 +757,8 @@ From the following child elements at least one ``address`` child must exist.
757
757
<address >dynamic</address >
758
758
</device >
759
759
760
+ In the GUI, multiple values are separated by commas.
761
+
760
762
.. option :: device.paused
761
763
762
764
True if synchronization with this devices is (temporarily) suspended.
@@ -766,7 +768,9 @@ From the following child elements at least one ``address`` child must exist.
766
768
767
769
If given, this restricts connections to this device to only this network.
768
770
The mechanism is described in detail in a :doc: `separate chapter
769
- </advanced/device-allowednetworks>`).
771
+ </advanced/device-allowednetworks>`). To configure multiple networks, you
772
+ can either: repeat ``<allowedNetwork> `` tags in the configuration file or
773
+ enter several networks separated by commas in the GUI.
770
774
771
775
.. option :: device.autoAcceptFolders
772
776
@@ -794,6 +798,8 @@ From the following child elements at least one ``address`` child must exist.
794
798
Contains the ID of the folder that should be ignored. This folder will
795
799
always be skipped when advertised from the containing remote device,
796
800
i.e. this will be logged, but there will be no dialog shown in the web GUI.
801
+ Multiple ignored folders are represented by repeated ``<ignoredFolder> ``
802
+ tags in the configuration file.
797
803
798
804
.. option :: device.maxRequestKiB
799
805
@@ -1055,7 +1061,10 @@ The ``options`` element contains all other global configuration options.
1055
1061
:aliases: options.listenAddresses
1056
1062
1057
1063
The listen address for incoming sync connections. See
1058
- :ref: `listen-addresses ` for the allowed syntax.
1064
+ :ref: `listen-addresses ` for the allowed syntax. To configure multiple
1065
+ addresses, you can either: repeat ``<listenAddress> `` tags in the
1066
+ configuration file or enter several addresses separated by commas in the
1067
+ GUI.
1059
1068
1060
1069
.. option :: options.globalAnnounceServer
1061
1070
:aliases: options.globalAnnounceServers
@@ -1066,7 +1075,10 @@ The ``options`` element contains all other global configuration options.
1066
1075
HTTPS URL. A number of options may be added as query options to the URL:
1067
1076
``insecure `` to prevent certificate validation (required for HTTP URLs)
1068
1077
and ``id=<device ID> `` to perform certificate pinning. The device ID to
1069
- use is printed by the discovery server on startup.
1078
+ use is printed by the discovery server on startup. To configure multiple
1079
+ servers, you can either: repeat ``<globalAnnounceServer> `` tags in the
1080
+ configuration file or enter several servers separated by commas in the
1081
+ GUI.
1070
1082
1071
1083
.. option :: options.globalAnnounceEnabled
1072
1084
@@ -1206,7 +1218,10 @@ The ``options`` element contains all other global configuration options.
1206
1218
.. option :: options.alwaysLocalNet
1207
1219
:aliases: options.alwaysLocalNets
1208
1220
1209
- Network that should be considered as local given in CIDR notation.
1221
+ Network that should be considered as local given in CIDR notation. To
1222
+ configure multiple networks, you can either: repeat ``<alwaysLocalNet> ``
1223
+ tags in the configuration file or enter several networks separated by
1224
+ commas in the GUI.
1210
1225
1211
1226
.. option :: options.overwriteRemoteDeviceNamesOnConnect
1212
1227
@@ -1223,7 +1238,9 @@ The ``options`` element contains all other global configuration options.
1223
1238
:aliases: options.unackedNotificationIDs
1224
1239
1225
1240
ID of a notification to be displayed in the web GUI. Will be removed once
1226
- the user acknowledged it (e.g. an transition notice on an upgrade).
1241
+ the user acknowledged it (e.g. a transition notice on an upgrade). Multiple
1242
+ IDs are represented by repeated ``<unackedNotificationID> `` tags in the
1243
+ configuration file.
1227
1244
1228
1245
.. option :: options.trafficClass
1229
1246
@@ -1246,6 +1263,10 @@ The ``options`` element contains all other global configuration options.
1246
1263
``stun.voiparound.com:3478 ``, ``stun.voipbuster.com:3478 ``,
1247
1264
``stun.voipstunt.com:3478 `` and ``stun.xten.com:3478 `` (this is the default).
1248
1265
1266
+ To configure multiple servers, you can either: repeat ``<stunServer> `` tags
1267
+ in the configuration file or enter several servers separated by commas in
1268
+ the GUI.
1269
+
1249
1270
.. option :: options.stunKeepaliveStartS
1250
1271
1251
1272
Interval in seconds between contacting a STUN server to maintain NAT
@@ -1316,7 +1337,9 @@ The ``options`` element contains all other global configuration options.
1316
1337
Feature flags are simple strings that, when added to the configuration, may
1317
1338
unleash unfinished or still-in-development features to allow early user
1318
1339
testing. Any supported value will be separately announced with the feature,
1319
- so that regular users do not enable it by accident.
1340
+ so that regular users do not enable it by accident. To configure multiple
1341
+ flags, you can either: repeat ``<featureFlag> `` tags in the configuration
1342
+ file or enter several flags separated by commas in the GUI.
1320
1343
1321
1344
.. option :: options.connectionLimitEnough
1322
1345
@@ -1439,9 +1462,9 @@ Listen Addresses
1439
1462
^^^^^^^^^^^^^^^^
1440
1463
1441
1464
The following address types are accepted in sync protocol listen addresses.
1442
- If you want Syncthing to listen on multiple addresses, you can either: add
1443
- multiple ``<listenAddress> `` tags in the configuration file or enter several
1444
- addresses separated by commas in the GUI.
1465
+ If you want Syncthing to listen on multiple addresses, you can either: repeat
1466
+ ``<listenAddress> `` tags in the configuration file or enter several addresses
1467
+ separated by commas in the GUI.
1445
1468
1446
1469
Default listen addresses (``default ``)
1447
1470
This is equivalent to ``tcp://0.0.0.0:22000 ``, ``quic://0.0.0.0:22000 ``
0 commit comments