mirror of
https://github.com/SagerNet/sing.git
synced 2025-04-03 20:07:38 +03:00
Add winiphlpapi
This commit is contained in:
parent
2b41455f5a
commit
ea0ac932ae
6 changed files with 780 additions and 4 deletions
|
@ -1,16 +1,14 @@
|
|||
//go:build windows
|
||||
|
||||
package windnsapi
|
||||
|
||||
import (
|
||||
"runtime"
|
||||
"testing"
|
||||
|
||||
"github.com/stretchr/testify/require"
|
||||
)
|
||||
|
||||
func TestDNSAPI(t *testing.T) {
|
||||
if runtime.GOOS != "windows" {
|
||||
t.SkipNow()
|
||||
}
|
||||
t.Parallel()
|
||||
require.NoError(t, FlushResolverCache())
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue