mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-09-21 23:46:51 +00:00
8 lines
128 B
Go
8 lines
128 B
Go
//go:build windows && !with_external_windivert
|
|
|
|
package windivert
|
|
|
|
func driverAsset() ([]byte, error) {
|
|
return sysBytes, nil
|
|
}
|