File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -83,11 +83,17 @@ define Package/syncthing/description
83
83
endef
84
84
85
85
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.
87
90
endef
88
91
89
92
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/.
91
97
endef
92
98
93
99
define SyncthingInstall
You can’t perform that action at this time.
0 commit comments