mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-09-18 22:25:41 +00:00
9 lines
146 B
Go
9 lines
146 B
Go
//go:build windows && 386 && !with_external_windivert
|
|
|
|
package windivert
|
|
|
|
import _ "embed"
|
|
|
|
//go:embed assets/WinDivert32.sys
|
|
var sysBytes []byte
|