1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/syncthing_ynh.git synced 2024-09-03 20:26:23 +02:00

Fix __SYNC_PORT__

This commit is contained in:
yalh76 2022-01-20 20:44:00 +01:00
parent a7b82873a2
commit ebed7c2aa7

View file

@ -10,8 +10,8 @@
<insecureSkipVerify>false</insecureSkipVerify>
</ldap>
<options>
<listenAddress>tcp://0.0.0.0:__SYNC_PORT__</listenAddress>
<listenAddress>quic://0.0.0.0:__SYNC_PORT__</listenAddress>
<listenAddress>tcp://0.0.0.0:__PORT__</listenAddress>
<listenAddress>quic://0.0.0.0:__PORT__</listenAddress>
<globalAnnounceServer>default</globalAnnounceServer>
<globalAnnounceEnabled>true</globalAnnounceEnabled>
<localAnnounceEnabled>true</localAnnounceEnabled>