@@ -229,6 +229,8 @@ For restricting sync traffic to only LAN:
229
229
see your device ID and public IP address, but not the synchronized data,
230
230
as that is encrypted.
231
231
232
+ .. seealso :: :ref:`unknown-suspicious-address`
233
+
232
234
- :opt: `natEnabled `
233
235
Set to false to disable opening up UPnP and NAT-PMP port mappings and
234
236
pinholes, and to disable hole punching. This reduces the ability for sync
@@ -242,8 +244,32 @@ For restricting other things to only LAN:
242
244
used by your sync partners to discover your IP address from your device ID.
243
245
244
246
.. note ::
245
- Note that on Android, local discovery is known to usually not work, so
246
- either global discovery or hardcoding IP addresses is often required.
247
+ On Android, local discovery is known to usually not work, so either
248
+ global discovery or hardcoding IP addresses is often required.
249
+
250
+ - :opt: `urAccepted `
251
+ Set to -1 to disable usage reporting.
252
+ When usage reporting is enabled, usage reporting servers can know your
253
+ public IP address, :opt: `urUniqueID `, and (obviously) the contents of the
254
+ usage report (which depend on the version you chose).
255
+
256
+ - :opt: `crashReportingEnabled `
257
+ Set to false to disable automatic crash reporting. Crash reporting servers
258
+ can know your public IP address, the version of Syncthing that crashed, and
259
+ the username and hostname of the machine that Syncthing was built on.
260
+
261
+ .. seealso :: :doc:`crashrep`
262
+
263
+ - :opt: `autoUpgradeIntervalH `
264
+ Set to 0 to disable automatic upgrades. Syncthing will still automatically
265
+ contact the Internet to check for upgrades when you open up the Web GUI,
266
+ so it knows when to show the upgrade button, unless you follow the
267
+ procedure for :opt: `releasesURL `.
268
+
269
+ - :opt: `releasesURL `
270
+ Unset (set to blank) to disable upgrade checks.
271
+ With upgrade checks disabled, to upgrade Syncthing, you have to manually
272
+ replace the executable and restart Syncthing.
247
273
248
274
If it's not obvious, do *not * hardcode non-LAN IP addresses,
249
275
if you want to keep LAN-only.
0 commit comments