mirror of
https://github.com/daeuniverse/dae.git
synced 2025-07-22 22:01:00 +07:00
chore: rename ingress_interface to lan_interface
This commit is contained in:
@ -70,7 +70,7 @@ func Run() (err error) {
|
||||
}
|
||||
|
||||
// Bind to link.
|
||||
if err = t.BindLink(param.Global.IngressInterface); err != nil {
|
||||
if err = t.BindLink(param.Global.LanInterface); err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user