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.

9 lines
252 B

  1. config rule 'internet'
  2. list hosts 'http://www.example.com'
  3. list hosts 'http://www.google.com'
  4. option interval '60'
  5. option timeout '5'
  6. option offline_threshold '3'
  7. option add_hostname_to_ssid '0'
  8. option use_curl '0'
  9. option curl_interface 'eth0'