manman-sync: map eth to lan (eth -> mesh_lan)

This commit is contained in:
Maciej Krüger 2022-01-11 13:16:20 +01:00 committed by Alexander List
parent f0152a9cbb
commit 5b94764ca7

View File

@ -17,7 +17,8 @@ local mankey = site.manman.key()
-- NOTE: these will have mesh_ appended for static-ip
local mappings = {
wifi = 'radio0',
tunnel = 'vpn'
tunnel = 'vpn',
eth = 'lan'
}
function fetch_signed_json(url)