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
405 B

  1. config wifidog
  2. option gateway_interface 'br-lan'
  3. option auth_server_hostname 'change wifidog.kunteng.org.cn to your auth server domain or ip'
  4. option auth_server_port 8001
  5. option auth_server_path '/wifidog/'
  6. option check_interval 60
  7. option client_timeout 5
  8. option httpd_max_conn 200
  9. option pool_mode 1
  10. option thread_number 5
  11. option queue_size 20
  12. option wired_passed 0
  13. option enable 0