blob: 322d9fb0daa8aec9ea419550930cc1caee1b6254 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# 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
# option http_timeout '30' # HTTP idle timeout in seconds(Default is 30s)
# option reconnect '1' # Auto reconnect to the server
# option cacert '/path/to/ca-cert.crt' # CA certificate to verify peer
# option cert '/path/to/client.crt' # Client cert for mTLS
# option key '/path/to/client.key' # Client key for mTLS
|