config client2server 'general'
    option enabled '1'
    option check_interval '5'

config server
    option url 'wss://your-server.com/ws'
    option token 'CHANGE_ME_SECRET_TOKEN'
    option reconnect_delay '5'
    option ping_interval '30'

config router
    option id ''

config wan
    option interface 'wan'
    option device 'eth0'