mirror of
https://github.com/XTLS/Xray-core.git
synced 2026-09-26 19:20:06 +00:00
FakeDNS: Change default FakeIPv6Pool to 2001:2::/48 (#6815)
https://github.com/XTLS/Xray-core/discussions/5458#discussioncomment-18555021 https://github.com/XTLS/Xray-core/pull/6815#issuecomment-5842712128
This commit is contained in:
@@ -13,7 +13,7 @@ type FakeDNSEngine interface {
|
||||
|
||||
var (
|
||||
FakeIPv4Pool = "198.18.0.0/15"
|
||||
FakeIPv6Pool = "fc00::/18"
|
||||
FakeIPv6Pool = "2001:2::/48"
|
||||
)
|
||||
|
||||
type FakeDNSEngineRev0 interface {
|
||||
|
||||
Reference in New Issue
Block a user