syncthing/cmd/strelaypoolsrv
Antony Male 6ee36fe361 Fix a couple of issues with the relays map (geoip, 'data unavailable')
- Move to ipinfo.io for geoip, rather than Telize. Telize has been closed
   down. ipinfo.io has apparently got decent availability, and allows
   1,000 requests per day on the free tier. Since requests are made by the
   client, this should be more than enough (and the total across all clients
   should still be less than this).

 - Fix issue where one nonresponsive relay would cause 'data unavailable'
   to be shown for many relays. This was caused by the relay status
   promise not being correctly added to the list of things being waited
   for before the map was rendered. Any delayed relay status requests
   would therefore occur after the map was rendered, which was too late.
2015-11-22 14:10:29 +00:00
..
auto Fix a couple of issues with the relays map (geoip, 'data unavailable') 2015-11-22 14:10:29 +00:00
Godeps Use vendored dependencies, new relay/client location 2015-09-22 19:51:40 +02:00
gui Fix a couple of issues with the relays map (geoip, 'data unavailable') 2015-11-22 14:10:29 +00:00
LICENSE Initial commit 2015-09-06 17:29:14 +01:00
main.go Add support for header holding IP address 2015-11-03 21:23:35 +00:00
README.md Update README.md 2015-09-21 22:06:12 +01:00

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.