1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-14 11:23:57 +02:00
openwrt-packages/net/dynapoint/src/dynapoint.config
ascob 9cbc078e2c dynapoint: add new package (fixes #3304)
Dynapoint is a dynamic access point manager

Signed-off-by: Tobias Ilte <tobias.ilte@campus.tu-berlin.de>
Acked-by: Thomas Huehn <thomas.huehn@evernet-eg.de>

- minor whitespace fixes/cleanups
- squashed multiple commits into a single one before merge

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2016-12-27 22:31:18 +01:00

10 lines
252 B
Plaintext

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'