chore: add classical provider for nameserver-policy, and rename domain-set to rule-set

This commit is contained in:
Skyxim
2023-03-29 16:28:26 +08:00
parent 75ed879121
commit 82dddf932a
8 changed files with 30 additions and 15 deletions

View File

@@ -1,5 +1,5 @@
//go:build linux && !no_fake_tcp
// +build linux
// +build linux,!no_fake_tcp
package faketcp

View File

@@ -1,5 +1,5 @@
//go:build !linux || no_fake_tcp
// +build !linux
// +build !linux no_fake_tcp
package faketcp