dynapoint: add new package (fixes #3304)
[feed/packages.git] / net / dynapoint / src / dynapoint.config
diff --git a/net/dynapoint/src/dynapoint.config b/net/dynapoint/src/dynapoint.config
new file mode 100644 (file)
index 0000000..0578cf0
--- /dev/null
@@ -0,0 +1,9 @@
+config rule 'internet'
+       list hosts 'http://www.example.com'
+       list hosts 'http://www.google.com'
+       option interval '60'
+       option timeout '5'
+       option offline_threshold '3'
+       option add_hostname_to_ssid '0'
+       option use_curl '0'
+       option curl_interface 'eth0'