You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
587 B

  1. # You must specify an interface or id,
  2. # If the id is not specified, RTTY will uses the MAC address
  3. # of the interface you specify as its ID, otherwise the id
  4. # you specify is used as its ID
  5. #config rtty
  6. # option interface 'lan'
  7. # option id 'My-Device'
  8. # option description 'Description of my device'
  9. # option host 'your-server-host' # Server host
  10. # option port '5912' # Server Port
  11. # option ssl 1 # Whether to use ssl
  12. # option keepalive 5 # keep alive in seconds for this client