manman-sync: map eth to lan (eth -> mesh_lan)
This commit is contained in:
parent
f0152a9cbb
commit
5b94764ca7
@ -17,7 +17,8 @@ local mankey = site.manman.key()
|
|||||||
-- NOTE: these will have mesh_ appended for static-ip
|
-- NOTE: these will have mesh_ appended for static-ip
|
||||||
local mappings = {
|
local mappings = {
|
||||||
wifi = 'radio0',
|
wifi = 'radio0',
|
||||||
tunnel = 'vpn'
|
tunnel = 'vpn',
|
||||||
|
eth = 'lan'
|
||||||
}
|
}
|
||||||
|
|
||||||
function fetch_signed_json(url)
|
function fetch_signed_json(url)
|
||||||
|
Loading…
Reference in New Issue
Block a user