Files
packages/utils/rtty/files/rtty.config
Jianhui Zhao 0858d257e2 rtty: update to 9.0.0
Two new command-line parameters have been added since this version:

* -g, --group=string       Set a group for the device
* -i number                Set heartbeat interval in seconds

changelog: https://github.com/zhaojh329/rtty/releases/tag/v9.0.0

Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
2025-07-09 18:52:43 +08:00

19 lines
965 B
Plaintext

# 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 group 'My-Group'
# 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
# option insecure '1' # Allow insecure server connections when using SSL
# option token 'your-token' # generated by rttys
# option username 'root' # Skip a second login authentication. See man login(1) about the details
# option heartbeat '30' # Heartbeat interval in seconds(Default is 30s)
# option verbose '1' # verbose log