mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2026-02-26 16:57:08 +00:00
fix: override interface-name broken
https://github.com/MetaCubeX/mihomo/issues/2558
This commit is contained in:
@@ -60,7 +60,7 @@ func (o *overrideSchema) Apply(mapping map[string]any) error {
|
||||
mapping["skip-cert-verify"] = *o.SkipCertVerify
|
||||
}
|
||||
if o.Interface != nil {
|
||||
mapping["interface"] = *o.Interface
|
||||
mapping["interface-name"] = *o.Interface
|
||||
}
|
||||
if o.RoutingMark != nil {
|
||||
mapping["routing-mark"] = *o.RoutingMark
|
||||
|
||||
Reference in New Issue
Block a user