* union 'automatic' and 'trigger' mode, now much more responsive if an uplink suddenly disappears * tidy up (disable) travelmate related uplink connections if you disable the service * change default config ('trm_automatic' removal) * documentation update * LuCI: remove needless 'automatic' and 'trigger' options plus small fixes Signed-off-by: Dirk Brenken <dev@brenken.org>
14 lines
441 B
Text
14 lines
441 B
Text
# travelmate configuration, for further information
|
|
# see 'https://github.com/openwrt/packages/blob/master/net/travelmate/files/README.md'
|
|
|
|
config travelmate 'global'
|
|
option trm_enabled '0'
|
|
option trm_captive '1'
|
|
option trm_iface 'trm_wwan'
|
|
option trm_triggerdelay '2'
|
|
option trm_debug '0'
|
|
option trm_maxretry '3'
|
|
option trm_minquality '35'
|
|
option trm_maxwait '30'
|
|
option trm_timeout '60'
|
|
option trm_rtfile '/tmp/trm_runtime.json'
|