mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-06-12 11:29:36 +03:00
Use 198.18.0.0/16 as default Fake IP Pool (#377)
This commit is contained in:
@ -13,3 +13,5 @@ type FakeDNSEngine interface {
|
||||
GetDomainFromFakeDNS(ip net.Address) string
|
||||
GetFakeIPRange() *gonet.IPNet
|
||||
}
|
||||
|
||||
var FakeIPPool = "198.18.0.0/16"
|
||||
|
Reference in New Issue
Block a user