aboutsummaryrefslogtreecommitdiff
path: root/net/dynapoint/src/dynapoint.config
blob: 0578cf0b893473a4f9f8f1b197214213195e4d21 (plain)
1
2
3
4
5
6
7
8
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'