mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-04-30 09:18:34 +00:00
Removal: confonly (#368)
This commit is contained in:
parent
a0a32ee00d
commit
e0526c27b3
4 changed files with 3 additions and 11 deletions
|
@ -1,5 +1,3 @@
|
|||
// +build !confonly
|
||||
|
||||
package fakedns
|
||||
|
||||
import (
|
||||
|
@ -17,7 +15,7 @@ import (
|
|||
|
||||
type Holder struct {
|
||||
domainToIP cache.Lru
|
||||
ipRange *gonet.IPNet
|
||||
ipRange *gonet.IPNet
|
||||
|
||||
config *FakeDnsPool
|
||||
}
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
// +build !confonly
|
||||
|
||||
package fakedns
|
||||
|
||||
//go:generate go run github.com/xtls/xray-core/common/errors/errorgen
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue