rtty: Add package

A reverse proxy WebTTY. It is composed of the client and the server.

Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
This commit is contained in:
Jianhui Zhao
2018-01-18 18:07:14 +08:00
committed by Yousong Zhou
parent 4d5c752f45
commit 8a7797d67a
4 changed files with 245 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
# You must specify an interface or id,
# If the id is not specified, RTTY will uses the MAC address
# of the interface you specify as its ID, otherwise the id
# you specify is used as its ID
#config rtty
# option interface 'lan'
# option id 'My-Device'
# option description 'Description of my device'
# option host 'your-server-host' # Server host
# option port '5912' # Server Port
# option ssl 1 # Whether to use ssl