mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
travelmate: update to release 2.0
- new package dependency: curl (plus one of the wpad variants) - optional package dependencies: - 'msmtp' for email notification support - 'wireguard' or 'openvpn' for vpn support - removed WEP support, only WPA/WPA2/WPA3 are supported! - new, more robust setup wizard (CLI and LuCI) - more robust captive portal detection - randomize mac addresses with every uplnk connect - automatic vpn handling during uplink switch (only classic/simple client-setups for wireguard or openvpn are supported) - email notifications after successful uplink connections - automatically disable uplinks after n minutes, e.g. for timed connections - automatically (re-)enable uplinks after n minutes, e.g. after failed login attempts - complete LuCI rewrite - migrated to client side JS (separate PR) Signed-off-by: Dirk Brenken <dev@brenken.org>
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
# 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'
|
||||
@@ -7,12 +5,6 @@ config travelmate 'global'
|
||||
option trm_proactive '1'
|
||||
option trm_netcheck '0'
|
||||
option trm_autoadd '0'
|
||||
option trm_iface 'trm_wwan'
|
||||
option trm_triggerdelay '2'
|
||||
option trm_mail '0'
|
||||
option trm_vpn '0'
|
||||
option trm_debug '0'
|
||||
option trm_maxretry '5'
|
||||
option trm_listexpiry '0'
|
||||
option trm_minquality '35'
|
||||
option trm_maxwait '30'
|
||||
option trm_timeout '60'
|
||||
option trm_rtfile '/tmp/trm_runtime.json'
|
||||
|
||||
Reference in New Issue
Block a user