Add missing tcp prefixes

This commit is contained in:
sonny 2023-06-25 18:48:24 +02:00
parent c5b251a674
commit 2184a24278

View file

@ -76,7 +76,7 @@
<junctionsAsDirs>true</junctionsAsDirs>
</folder>
<device id="CSDXP5E-4UBNC36-32EHTPK-L6Y6JVZ-HQHM42R-FJXN2LI-2MTYRFX-3ZZPUQN" name="Desktop" compression="metadata" introducer="false" skipIntroductionRemovals="false" introducedBy="">
<address>10.0.0.3:22000</address>
<address>tcp://10.0.0.3:22000</address>
<paused>false</paused>
<autoAcceptFolders>false</autoAcceptFolders>
<maxSendKbps>0</maxSendKbps>
@ -96,7 +96,7 @@
<remoteGUIPort>0</remoteGUIPort>
</device>
<device id="2AC4LRC-YIJDWWK-YCOEZLT-4OWWC2E-7VEZQQB-F3AAPZR-HU75FE4-PGWWXQH" name="XPS15" compression="metadata" introducer="false" skipIntroductionRemovals="false" introducedBy="">
<address>10.0.0.2:22000</address>
<address>tcp://10.0.0.2:22000</address>
<paused>false</paused>
<autoAcceptFolders>false</autoAcceptFolders>
<maxSendKbps>0</maxSendKbps>
@ -114,7 +114,7 @@
</gui>
<ldap></ldap>
<options>
<listenAddress>{{ vpn_listen_address }}:{{ syncthing_protocol_port }}</listenAddress>
<listenAddress>tcp://{{ vpn_listen_address }}:{{ syncthing_protocol_port }}</listenAddress>
<globalAnnounceServer>default</globalAnnounceServer>
<globalAnnounceEnabled>true</globalAnnounceEnabled>
<localAnnounceEnabled>true</localAnnounceEnabled>