# 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   ''
   option  id          ''
   option  description ''
   option  host        'cloudmanager.ingeteam.com'  # Server host
   option  port        '6915'              # Server Port
   option  ssl         0                   # Whether to use ssl
   option  heartbeat   '60'                 # heartbeat value in seconds for this client (5 Default)
   option  keepalive   120                   # keep alive in seconds for this client
#   option  token       'your-token'        # generated by rttys
