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

Specific $sync_port for listenaddress

Specifying two listendaddress protocols: tcp and quic
This commit is contained in:
tituspijean 2021-06-30 21:44:30 +02:00
parent 669f9c2d68
commit 4fede25708

View file

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