Jianhui Zhao 4571403ac1 Fix bug: the server closes the connection abnormally when upload
修复bug:当上传稍微大一点的文件时,服务器异常关闭连接

Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-03-30 11:37:49 +08:00
2018-03-14 22:45:15 +08:00
2018-03-30 00:36:45 +08:00
2018-01-17 21:31:35 +08:00
2018-03-14 22:51:32 +08:00
2018-03-18 23:41:41 +08:00
2018-03-14 22:37:04 +08:00
2018-03-14 22:37:04 +08:00
2018-03-03 17:27:21 +08:00
2018-03-21 21:05:31 +08:00
2018-03-14 22:37:04 +08:00
2018-03-26 21:47:00 +08:00
2018-03-26 21:47:00 +08:00

rttys(中文)

license PRs Welcome Issue Welcome

The server side of rtty

Keep Watching for More Actions on This Space

How to install

Download the compiled file according to your own platform

https://github.com/zhaojh329/rttys/releases

Decompress the file to your root path

sudo tar -zxvf rttys-x64.tar.gz -C /

Manual run

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)

update-rc.d rttys defaults
sudo /etc/init.d/rttys start

Contributing

If you would like to help making rttys better, see the CONTRIBUTING.md file.

S
Description
⚠️ ARCHIVED: Original GitHub repository no longer exists. Preserved as backup on 2026-02-27T09:20:46.591Z
Readme MIT
71 MiB
Languages
GO 49.1%
Vue 47.9%
Shell 2.6%
Dockerfile 0.4%