mirror of
https://github.com/daeuniverse/dae.git
synced 2025-07-09 07:19:17 +07:00
docs: improve docs about pppoe and mark (#305)
Co-authored-by: kev <yqlbu@bu.edu> Co-authored-by: dae-bot[bot] <136105375+dae-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -186,6 +186,10 @@ loop:
|
||||
sdnotify.Ready()
|
||||
continue
|
||||
}
|
||||
newConf.Global = deepcopy.Copy(conf.Global).(config.Global)
|
||||
newConf.Global.WanInterface = nil
|
||||
newConf.Global.LanInterface = nil
|
||||
newConf.Global.LogLevel = "warning"
|
||||
} else {
|
||||
var includes []string
|
||||
newConf, includes, err = readConfig(cfgFile)
|
||||
|
Reference in New Issue
Block a user