mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-09-15 21:00:27 +00:00
9 lines
148 B
Go
9 lines
148 B
Go
//go:build windows && amd64 && !with_external_windivert
|
|
|
|
package windivert
|
|
|
|
import _ "embed"
|
|
|
|
//go:embed assets/WinDivert64.sys
|
|
var sysBytes []byte
|