all: implement router setup for openwrt

This commit is contained in:
Cuong Manh Le
2023-03-22 00:18:04 +07:00
committed by Cuong Manh Le
parent 4b6a976747
commit c94be0df35
9 changed files with 237 additions and 29 deletions
-1
View File
@@ -29,7 +29,6 @@ var (
cdUID string
iface string
ifaceStartStop string
onRouter bool
mainLog = zerolog.New(io.Discard)
)