Jianhui Zhao c9dc202e32 use go mod
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2019-04-26 23:45:30 +08:00
2019-04-26 15:53:05 +08:00
2019-04-24 23:46:36 +08:00
2019-04-26 15:53:05 +08:00
2018-09-08 17:16:04 +08:00
2018-01-17 21:31:35 +08:00
2018-10-15 22:21:34 +08:00
2019-04-19 11:11:56 +08:00
2018-03-14 22:37:04 +08:00
2018-03-14 22:37:04 +08:00
2019-04-22 23:33:22 +08:00
2018-10-05 13:17:20 +08:00
2019-04-26 23:45:30 +08:00
2019-04-26 23:45:30 +08:00
2018-03-03 17:27:21 +08:00
2019-04-26 22:45:55 +08:00
2019-04-26 22:49:39 +08:00
2019-04-26 22:49:39 +08:00
2019-04-25 00:20:06 +08:00
2019-01-20 13:55:16 +08:00
2019-04-16 23:21:45 +08:00

rttys(中文)

license PRs Welcome Issue Welcome Release Version Build Status

The server side of rtty

Usage

download the precompiled programs from Release page according to your os and arch or compile it by yourself.

See Supported Command Line Parameters

./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

run as root (use system credentials)

sudo ./rttys

run as normal user (define username and password in config file)

./rttys

View logs when running in the background

cat /var/log/rttys.log

Authorization

./rttys -gen-token
Please set a password:******
Your token is: 34762d07637276694b938d23f10d7164

./rttys -token 34762d07637276694b938d23f10d7164

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:21:11.638Z
Readme MIT 70 MiB
Languages
GO 49.1%
Vue 47.9%
Shell 2.6%
Dockerfile 0.4%