Advertisement
Guest User

syncthing-config-client

a guest
Mar 12th, 2015
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.19 KB | None | 0 0
  1. <gui enabled="true" tls="false">
  2.     <address>127.0.0.1:8080</address>
  3.     <apikey>xxx</apikey>
  4. </gui>
  5. <options>
  6.     <listenAddress>0.0.0.0:22000</listenAddress>
  7.     <globalAnnounceServer>udp4://announce.syncthing.net:22026</globalAnnounceServer>
  8.     <globalAnnounceServer>udp6://announce-v6.syncthing.net:22026</globalAnnounceServer>
  9.     <globalAnnounceEnabled>false</globalAnnounceEnabled>
  10.     <localAnnounceEnabled>true</localAnnounceEnabled>
  11.     <localAnnouncePort>21025</localAnnouncePort>
  12.     <localAnnounceMCAddr>[ff32::5222]:21026</localAnnounceMCAddr>
  13.     <maxSendKbps>0</maxSendKbps>
  14.     <maxRecvKbps>0</maxRecvKbps>
  15.     <reconnectionIntervalS>60</reconnectionIntervalS>
  16.     <startBrowser>false</startBrowser>
  17.     <upnpEnabled>false</upnpEnabled>
  18.     <upnpLeaseMinutes>0</upnpLeaseMinutes>
  19.     <upnpRenewalMinutes>30</upnpRenewalMinutes>
  20.     <urAccepted>1</urAccepted>
  21.     <urUniqueID>xxx</urUniqueID>
  22.     <restartOnWakeup>true</restartOnWakeup>
  23.     <autoUpgradeIntervalH>12</autoUpgradeIntervalH>
  24.     <keepTemporariesH>24</keepTemporariesH>
  25.     <cacheIgnoredFiles>true</cacheIgnoredFiles>
  26.     <progressUpdateIntervalS>5</progressUpdateIntervalS>
  27.     <symlinksEnabled>true</symlinksEnabled>
  28.     <limitBandwidthInLan>false</limitBandwidthInLan>
  29. </options>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement