mirror of
https://github.com/netfun2000/rttys_zhaojh329.git
synced 2026-02-27 09:53:24 +08:00
94384d332ba83cabf15a9889b1819fa34dde29e4
heartbeat interval can be configured by the client Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
rttys(中文)
The server side of rtty
Keep Watching for More Actions on This Space
How to install and run
Download the compiled file(x64)
https://github.com/zhaojh329/rttys/releases
Linux
Decompress the file you downloaded to your root path
sudo tar -zxvf rttys-x64.tar.gz -C /
Manual run
sudo rttys -cert /etc/rttys/rttys.crt -key /etc/rttys/rttys.key
See Supported Command Line Parameters
$ rttys -h
Usage of rttys:
-cert string
certFile Path
-key string
keyFile Path
-port int
http service port (default 5912)
Run in background (Ubuntu)
sudo update-rc.d rttys defaults
sudo /etc/init.d/rttys start
View log
cat /var/log/rtty.log
Windows
First unzip the file you downloaded
Open Command Prompt and enter the directory where rttys.exe is located
rttys -cert rttys.crt -key rttys.key
Contributing
If you would like to help making rttys better, see the CONTRIBUTING.md file.
Languages
GO
49.1%
Vue
47.9%
Shell
2.6%
Dockerfile
0.4%