client2server 777 B

12345678910111213141516171819202122232425262728293031
  1. config client2server 'general'
  2. option enabled '1'
  3. option check_interval '5'
  4. option log_level 'info'
  5. option debug '0'
  6. option buffer_file '/tmp/event_buffer'
  7. option max_buffer '100'
  8. config client2server 'server'
  9. option url 'wss://your-server.com/ws'
  10. option token 'CHANGE_ME_SECRET_TOKEN'
  11. option reconnect_delay '5'
  12. option ping_interval '30'
  13. option timeout '10'
  14. config client2server 'router'
  15. option id ''
  16. option hostname ''
  17. config client2server 'wan'
  18. option interface 'wan'
  19. option device 'eth0'
  20. option monitor_dhcp '1'
  21. option monitor_wan '1'
  22. option monitor_ip_change '1'
  23. config client2server 'events'
  24. option send_dhcp '1'
  25. option send_wan '1'
  26. option send_uptime '0'
  27. option send_version '1'