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.

19 lines
489 B

  1. config gateway
  2. option enabled 1
  3. option interface 'lan'
  4. option port 2060
  5. option dhcp_host_white 1
  6. option ssl_port 8443
  7. option checkinterval 30
  8. option client_timeout 5
  9. option temppass_time 30
  10. config server
  11. option host 'authserver.com'
  12. option port 80
  13. option ssl 0
  14. option path '/wifidog/'
  15. option login_path 'login'
  16. option portal_path 'portal'
  17. option msg_path 'gw_message.php'
  18. option ping_path 'ping'
  19. option auth_path 'auth'