mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +01:00
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:
committed by
Yousong Zhou
parent
4d5c752f45
commit
8a7797d67a
Executable
+12
@@ -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
|
||||
Reference in New Issue
Block a user