rttys(中文)
This is the server program of rtty
download the pre-built release binary from Release page according to your os and arch or compile it by yourself.
go get -u github.com/zhaojh329/rttys
./rttys -h
Usage of ./rttys:
-addr string
address to listen (default ":5912")
-conf string
config file to load (default "./rttys.conf")
-gen-token
generate token
-ssl-cert string
certFile Path (default "./rttys.crt")
-ssl-key string
keyFile Path (default "./rttys.key")
-token string
token to use
sudo ./rttys
./rttys
cat /var/log/rttys.log
./rttys -gen-token
Please set a password:******
Your token is: 34762d07637276694b938d23f10d7164
./rttys -token 34762d07637276694b938d23f10d7164
If you would like to help making rttys better, see the CONTRIBUTING.md file.