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:
parent
669f9c2d68
commit
4fede25708
1 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue