manman-sync: migrate to roles

This commit is contained in:
Maciej Krüger 2022-01-23 20:53:42 +01:00 committed by Alexander List
parent 6a35fede24
commit 279a0f82e4

View File

@ -18,7 +18,10 @@ local mankey = site.manman.key()
local mappings = {
wifi = 'radio0',
tunnel = 'vpn',
eth = 'lan'
eth = 'other',
lan = 'other',
wan = 'uplink',
single = 'uplink',
}
-- https://stackoverflow.com/a/1647577/3990041