mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-07-07 08:52:09 +03:00
Use API to create windows firewall rule
This commit is contained in:
@@ -169,3 +169,7 @@ func (w *platformInterfaceWrapper) Interfaces() ([]platform.NetworkInterface, er
|
||||
}
|
||||
return interfaces, nil
|
||||
}
|
||||
|
||||
func (w *platformInterfaceWrapper) UnderNetworkExtension() bool {
|
||||
return w.iif.UnderNetworkExtension()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user