Skip to content

Commit a7f229f

Browse files
GeorgeSapkinhnyman
authored andcommitted
syncthing: add discovery and relay descriptions
Signed-off-by: George Sapkin <[email protected]>
1 parent 9f78bed commit a7f229f

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

utils/syncthing/Makefile

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,17 @@ define Package/syncthing/description
8383
endef
8484

8585
define Package/stdiscosrv/description
86-
Relay server for syncthing
86+
Syncthing relies on a discovery server to find peers on the internet.
87+
Anyone can run a discovery server and point Syncthing installations to
88+
it. The Syncthing project also maintains a global cluster for public
89+
use.
8790
endef
8891

8992
define Package/strelaysrv/description
90-
Relay server for syncthing
93+
Syncthing relies on a network of community-contributed relay servers.
94+
Anyone can run a relay server, and it will automatically join the relay
95+
pool and be available to Syncthing users. The current list of relays can
96+
be found at https://relays.syncthing.net/.
9197
endef
9298

9399
define SyncthingInstall

0 commit comments

Comments
 (0)