mirror of
https://github.com/octoleo/syncthing.git
synced 2025-01-03 07:12:27 +00:00
wip
This commit is contained in:
parent
a7a3dd08ad
commit
72f3c5647b
@ -1,5 +1,5 @@
|
|||||||
<configuration version="37">
|
<configuration version="37">
|
||||||
<folder id="default" label="" path="s1/?files=2000&sizeavg=25000000" type="sendreceive" rescanIntervalS="3600" fsWatcherEnabled="true" fsWatcherDelayS="10" ignorePerms="false" autoNormalize="true">
|
<folder id="default" label="" path="s1" type="sendreceive" rescanIntervalS="3600" fsWatcherEnabled="true" fsWatcherDelayS="10" ignorePerms="false" autoNormalize="true">
|
||||||
<filesystemType>fake</filesystemType>
|
<filesystemType>fake</filesystemType>
|
||||||
<device id="I6KAH76-66SLLLB-5PFXSOA-UFJCDZC-YAOMLEK-CP2GB32-BV5RQST-3PSROAU" introducedBy="">
|
<device id="I6KAH76-66SLLLB-5PFXSOA-UFJCDZC-YAOMLEK-CP2GB32-BV5RQST-3PSROAU" introducedBy="">
|
||||||
<encryptionPassword></encryptionPassword>
|
<encryptionPassword></encryptionPassword>
|
||||||
@ -56,6 +56,7 @@
|
|||||||
</device>
|
</device>
|
||||||
<device id="MRIW7OK-NETT3M4-N6SBWME-N25O76W-YJKVXPH-FUMQJ3S-P57B74J-GBITBAC" name="s2" compression="metadata" introducer="false" skipIntroductionRemovals="false" introducedBy="">
|
<device id="MRIW7OK-NETT3M4-N6SBWME-N25O76W-YJKVXPH-FUMQJ3S-P57B74J-GBITBAC" name="s2" compression="metadata" introducer="false" skipIntroductionRemovals="false" introducedBy="">
|
||||||
<address>tcp://127.0.0.1:22002</address>
|
<address>tcp://127.0.0.1:22002</address>
|
||||||
|
<address>quic://127.0.0.1:22002</address>
|
||||||
<paused>false</paused>
|
<paused>false</paused>
|
||||||
<autoAcceptFolders>false</autoAcceptFolders>
|
<autoAcceptFolders>false</autoAcceptFolders>
|
||||||
<maxSendKbps>0</maxSendKbps>
|
<maxSendKbps>0</maxSendKbps>
|
||||||
@ -63,7 +64,7 @@
|
|||||||
<maxRequestKiB>0</maxRequestKiB>
|
<maxRequestKiB>0</maxRequestKiB>
|
||||||
<untrusted>false</untrusted>
|
<untrusted>false</untrusted>
|
||||||
<remoteGUIPort>0</remoteGUIPort>
|
<remoteGUIPort>0</remoteGUIPort>
|
||||||
<multipleConnections>4</multipleConnections>
|
<multipleConnections>32</multipleConnections>
|
||||||
</device>
|
</device>
|
||||||
<gui enabled="true" tls="false" debugging="true">
|
<gui enabled="true" tls="false" debugging="true">
|
||||||
<address>127.0.0.1:8081</address>
|
<address>127.0.0.1:8081</address>
|
||||||
@ -75,6 +76,7 @@
|
|||||||
<ldap></ldap>
|
<ldap></ldap>
|
||||||
<options>
|
<options>
|
||||||
<listenAddress>tcp://127.0.0.1:22001</listenAddress>
|
<listenAddress>tcp://127.0.0.1:22001</listenAddress>
|
||||||
|
<listenAddress>quic://127.0.0.1:22001</listenAddress>
|
||||||
<globalAnnounceServer>default</globalAnnounceServer>
|
<globalAnnounceServer>default</globalAnnounceServer>
|
||||||
<globalAnnounceEnabled>false</globalAnnounceEnabled>
|
<globalAnnounceEnabled>false</globalAnnounceEnabled>
|
||||||
<localAnnounceEnabled>true</localAnnounceEnabled>
|
<localAnnounceEnabled>true</localAnnounceEnabled>
|
||||||
@ -121,9 +123,9 @@
|
|||||||
<connectionLimitEnough>0</connectionLimitEnough>
|
<connectionLimitEnough>0</connectionLimitEnough>
|
||||||
<connectionLimitMax>0</connectionLimitMax>
|
<connectionLimitMax>0</connectionLimitMax>
|
||||||
<insecureAllowOldTLSVersions>false</insecureAllowOldTLSVersions>
|
<insecureAllowOldTLSVersions>false</insecureAllowOldTLSVersions>
|
||||||
<connectionPriorityTcpLan>10</connectionPriorityTcpLan>
|
<connectionPriorityTcpLan>20</connectionPriorityTcpLan>
|
||||||
<connectionPriorityQuicLan>20</connectionPriorityQuicLan>
|
<connectionPriorityQuicLan>20</connectionPriorityQuicLan>
|
||||||
<connectionPriorityTcpWan>30</connectionPriorityTcpWan>
|
<connectionPriorityTcpWan>40</connectionPriorityTcpWan>
|
||||||
<connectionPriorityQuicWan>40</connectionPriorityQuicWan>
|
<connectionPriorityQuicWan>40</connectionPriorityQuicWan>
|
||||||
<connectionPriorityRelay>50</connectionPriorityRelay>
|
<connectionPriorityRelay>50</connectionPriorityRelay>
|
||||||
<connectionPriorityUpgradeThreshold>0</connectionPriorityUpgradeThreshold>
|
<connectionPriorityUpgradeThreshold>0</connectionPriorityUpgradeThreshold>
|
||||||
|
@ -7,9 +7,6 @@
|
|||||||
<device id="MRIW7OK-NETT3M4-N6SBWME-N25O76W-YJKVXPH-FUMQJ3S-P57B74J-GBITBAC" introducedBy="">
|
<device id="MRIW7OK-NETT3M4-N6SBWME-N25O76W-YJKVXPH-FUMQJ3S-P57B74J-GBITBAC" introducedBy="">
|
||||||
<encryptionPassword></encryptionPassword>
|
<encryptionPassword></encryptionPassword>
|
||||||
</device>
|
</device>
|
||||||
<device id="373HSRP-QLPNLIE-JYKZVQF-P4PKZ63-R2ZE6K3-YD442U2-JHBGBQG-WWXAHAU" introducedBy="">
|
|
||||||
<encryptionPassword></encryptionPassword>
|
|
||||||
</device>
|
|
||||||
<minDiskFree unit="%">1</minDiskFree>
|
<minDiskFree unit="%">1</minDiskFree>
|
||||||
<versioning>
|
<versioning>
|
||||||
<cleanupIntervalS>3600</cleanupIntervalS>
|
<cleanupIntervalS>3600</cleanupIntervalS>
|
||||||
@ -48,6 +45,7 @@
|
|||||||
</folder>
|
</folder>
|
||||||
<device id="I6KAH76-66SLLLB-5PFXSOA-UFJCDZC-YAOMLEK-CP2GB32-BV5RQST-3PSROAU" name="s1" compression="metadata" introducer="false" skipIntroductionRemovals="false" introducedBy="">
|
<device id="I6KAH76-66SLLLB-5PFXSOA-UFJCDZC-YAOMLEK-CP2GB32-BV5RQST-3PSROAU" name="s1" compression="metadata" introducer="false" skipIntroductionRemovals="false" introducedBy="">
|
||||||
<address>tcp://127.0.0.1:22001</address>
|
<address>tcp://127.0.0.1:22001</address>
|
||||||
|
<address>quic://127.0.0.1:22001</address>
|
||||||
<paused>false</paused>
|
<paused>false</paused>
|
||||||
<autoAcceptFolders>false</autoAcceptFolders>
|
<autoAcceptFolders>false</autoAcceptFolders>
|
||||||
<maxSendKbps>0</maxSendKbps>
|
<maxSendKbps>0</maxSendKbps>
|
||||||
@ -55,7 +53,7 @@
|
|||||||
<maxRequestKiB>0</maxRequestKiB>
|
<maxRequestKiB>0</maxRequestKiB>
|
||||||
<untrusted>false</untrusted>
|
<untrusted>false</untrusted>
|
||||||
<remoteGUIPort>0</remoteGUIPort>
|
<remoteGUIPort>0</remoteGUIPort>
|
||||||
<multipleConnections>4</multipleConnections>
|
<multipleConnections>32</multipleConnections>
|
||||||
</device>
|
</device>
|
||||||
<device id="MRIW7OK-NETT3M4-N6SBWME-N25O76W-YJKVXPH-FUMQJ3S-P57B74J-GBITBAC" name="s2" compression="metadata" introducer="false" skipIntroductionRemovals="false" introducedBy="">
|
<device id="MRIW7OK-NETT3M4-N6SBWME-N25O76W-YJKVXPH-FUMQJ3S-P57B74J-GBITBAC" name="s2" compression="metadata" introducer="false" skipIntroductionRemovals="false" introducedBy="">
|
||||||
<address>tcp://127.0.0.1:22002</address>
|
<address>tcp://127.0.0.1:22002</address>
|
||||||
@ -66,6 +64,7 @@
|
|||||||
<maxRequestKiB>0</maxRequestKiB>
|
<maxRequestKiB>0</maxRequestKiB>
|
||||||
<untrusted>false</untrusted>
|
<untrusted>false</untrusted>
|
||||||
<remoteGUIPort>0</remoteGUIPort>
|
<remoteGUIPort>0</remoteGUIPort>
|
||||||
|
<multipleConnections>0</multipleConnections>
|
||||||
</device>
|
</device>
|
||||||
<gui enabled="true" tls="false" debugging="true">
|
<gui enabled="true" tls="false" debugging="true">
|
||||||
<address>127.0.0.1:8082</address>
|
<address>127.0.0.1:8082</address>
|
||||||
@ -74,8 +73,8 @@
|
|||||||
</gui>
|
</gui>
|
||||||
<ldap></ldap>
|
<ldap></ldap>
|
||||||
<options>
|
<options>
|
||||||
<listenAddress>dynamic+https://relays.syncthing.net/endpoint</listenAddress>
|
|
||||||
<listenAddress>tcp://127.0.0.1:22002</listenAddress>
|
<listenAddress>tcp://127.0.0.1:22002</listenAddress>
|
||||||
|
<listenAddress>quic://127.0.0.1:22002</listenAddress>
|
||||||
<globalAnnounceServer>default</globalAnnounceServer>
|
<globalAnnounceServer>default</globalAnnounceServer>
|
||||||
<globalAnnounceEnabled>false</globalAnnounceEnabled>
|
<globalAnnounceEnabled>false</globalAnnounceEnabled>
|
||||||
<localAnnounceEnabled>true</localAnnounceEnabled>
|
<localAnnounceEnabled>true</localAnnounceEnabled>
|
||||||
@ -122,9 +121,9 @@
|
|||||||
<connectionLimitEnough>0</connectionLimitEnough>
|
<connectionLimitEnough>0</connectionLimitEnough>
|
||||||
<connectionLimitMax>0</connectionLimitMax>
|
<connectionLimitMax>0</connectionLimitMax>
|
||||||
<insecureAllowOldTLSVersions>false</insecureAllowOldTLSVersions>
|
<insecureAllowOldTLSVersions>false</insecureAllowOldTLSVersions>
|
||||||
<connectionPriorityTcpLan>10</connectionPriorityTcpLan>
|
<connectionPriorityTcpLan>20</connectionPriorityTcpLan>
|
||||||
<connectionPriorityQuicLan>20</connectionPriorityQuicLan>
|
<connectionPriorityQuicLan>20</connectionPriorityQuicLan>
|
||||||
<connectionPriorityTcpWan>30</connectionPriorityTcpWan>
|
<connectionPriorityTcpWan>40</connectionPriorityTcpWan>
|
||||||
<connectionPriorityQuicWan>40</connectionPriorityQuicWan>
|
<connectionPriorityQuicWan>40</connectionPriorityQuicWan>
|
||||||
<connectionPriorityRelay>50</connectionPriorityRelay>
|
<connectionPriorityRelay>50</connectionPriorityRelay>
|
||||||
<connectionPriorityUpgradeThreshold>0</connectionPriorityUpgradeThreshold>
|
<connectionPriorityUpgradeThreshold>0</connectionPriorityUpgradeThreshold>
|
||||||
@ -180,6 +179,7 @@
|
|||||||
<maxRequestKiB>0</maxRequestKiB>
|
<maxRequestKiB>0</maxRequestKiB>
|
||||||
<untrusted>false</untrusted>
|
<untrusted>false</untrusted>
|
||||||
<remoteGUIPort>0</remoteGUIPort>
|
<remoteGUIPort>0</remoteGUIPort>
|
||||||
|
<multipleConnections>0</multipleConnections>
|
||||||
</device>
|
</device>
|
||||||
<ignores></ignores>
|
<ignores></ignores>
|
||||||
</defaults>
|
</defaults>
|
||||||
|
Loading…
Reference in New Issue
Block a user