chore: rename ingress_interface to lan_interface

This commit is contained in:
mzz2017
2023-01-28 02:09:11 +08:00
parent fafb995ffc
commit c9157822fa
3 changed files with 9 additions and 7 deletions

View File

@ -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
}