syncthing/cmd/strelaypoolsrv
Audrius Butkevicius 309795198d cmd/strelaypoolsrv: Remove hostnames from statusAddr 2016-10-08 10:03:53 +01:00
..
auto build, cmd/strelaypoolsrv: Build assets using standard script 2016-07-04 13:34:44 +02:00
gui cmd/strelaypoolsrv: Remove hostnames from statusAddr 2016-10-08 10:03:53 +01:00
LICENSE Initial commit 2015-09-06 17:29:14 +01:00
README.md Update README.md 2015-09-21 22:06:12 +01:00
main.go cmd/strelaysrv: Fix sorting zeros versus undefined 2016-10-07 21:24:47 +01:00

README.md

relaypoolsrv

Latest Build

This is the relay pool server for the syncthing project, which allows community hosted relaysrv's to join the public pool.

Servers that join the pool are then advertised to users of syncthing as potential connection points for those who are unable to connect directly due to NAT or firewall issues.

There is very little reason why you'd want to run this yourself, as relaypoolsrv is just used for announcement and lookup of public relay servers. If you are looking to setup a private or a public relay, please check the documentation for relaysrv, which also explains how to join the default public pool.

If you still want to run it, you can run go get github.com/syncthing/relaypoolsrv download it or download the latest build from the build server.

See relaypoolsrv -help for configuration options.