syncthing/cmd/relaysrv
Stefan Tatschner 7e4f08c033 Jail the whole thing a bit more
Add WorkingDirectory to create and use the certificates within
/var/lib/syncthing-relaysrv. Add RootDirectory to chroot(2) the whole
thing into that directory.
2015-10-10 14:56:47 +02:00
..
client Receive the invite, otherwise stop blocks, add extra arguments 2015-09-06 20:25:53 +01:00
etc/linux-systemd Jail the whole thing a bit more 2015-10-10 14:56:47 +02:00
protocol Use a single socket for relaying 2015-09-02 21:35:52 +01:00
testutil Add a test method, fix nil pointer panic 2015-09-06 18:35:38 +01:00
LICENSE Initial commit 2015-06-24 00:34:16 +01:00
listener.go Use new method name 2015-09-02 22:02:17 +01:00
main.go Join relay pool by default 2015-09-07 09:21:23 +01:00
pool.go Handle 403 2015-09-07 18:12:18 +01:00
README.md Progress 2015-06-28 19:57:13 +01:00
session.go Improve status reporter 2015-08-20 14:29:57 +02:00
status.go Improve status reporter 2015-08-20 14:29:57 +02:00
utils.go Progress 2015-06-28 19:57:13 +01:00

relaysrv

This is the relay server for the syncthing project.

go get github.com/syncthing/relaysrv