manman-sync: migrate to roles
This commit is contained in:
parent
6a35fede24
commit
279a0f82e4
@ -18,7 +18,10 @@ local mankey = site.manman.key()
|
|||||||
local mappings = {
|
local mappings = {
|
||||||
wifi = 'radio0',
|
wifi = 'radio0',
|
||||||
tunnel = 'vpn',
|
tunnel = 'vpn',
|
||||||
eth = 'lan'
|
eth = 'other',
|
||||||
|
lan = 'other',
|
||||||
|
wan = 'uplink',
|
||||||
|
single = 'uplink',
|
||||||
}
|
}
|
||||||
|
|
||||||
-- https://stackoverflow.com/a/1647577/3990041
|
-- https://stackoverflow.com/a/1647577/3990041
|
||||||
|
Loading…
Reference in New Issue
Block a user