Use API to create windows firewall rule

This commit is contained in:
世界 2023-06-07 21:01:29 +08:00
parent f8d5f01665
commit 01dfba722a
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
6 changed files with 18 additions and 4 deletions

View file

@ -22,6 +22,7 @@ type Interface interface {
CreateDefaultInterfaceMonitor(errorHandler E.Handler) tun.DefaultInterfaceMonitor
UsePlatformInterfaceGetter() bool
Interfaces() ([]NetworkInterface, error)
UnderNetworkExtension() bool
process.Searcher
io.Writer
}