2016-10-16 15:54:48 +00:00
|
|
|
# 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'
|
2018-02-19 20:59:03 +00:00
|
|
|
option trm_captive '1'
|
2018-10-30 14:19:58 +00:00
|
|
|
option trm_proactive '1'
|
2019-04-09 14:53:24 +00:00
|
|
|
option trm_netcheck '0'
|
2019-08-29 12:03:23 +00:00
|
|
|
option trm_autoadd '0'
|
2018-02-19 20:59:03 +00:00
|
|
|
option trm_iface 'trm_wwan'
|
|
|
|
option trm_triggerdelay '2'
|
|
|
|
option trm_debug '0'
|
2019-04-09 14:53:24 +00:00
|
|
|
option trm_maxretry '5'
|
|
|
|
option trm_listexpiry '0'
|
2018-02-22 16:32:17 +00:00
|
|
|
option trm_minquality '35'
|
2018-02-19 20:59:03 +00:00
|
|
|
option trm_maxwait '30'
|
2017-03-03 13:39:38 +00:00
|
|
|
option trm_timeout '60'
|
2017-04-20 07:22:22 +00:00
|
|
|
option trm_rtfile '/tmp/trm_runtime.json'
|