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