mirror of
https://gitclone.com/github.com/MetaCubeX/Clash.Meta
synced 2025-02-23 12:42:27 +08:00
chore: adjust fakeip test
This commit is contained in:
parent
6c79d9e63b
commit
654cdf3d5b
@ -78,9 +78,9 @@ dns:
|
|||||||
}
|
}
|
||||||
|
|
||||||
list := []domainPair{
|
list := []domainPair{
|
||||||
{"foo.org", "198.18.0.3"},
|
{"foo.org", "198.18.0.4"},
|
||||||
{"bar.org", "198.18.0.4"},
|
{"bar.org", "198.18.0.5"},
|
||||||
{"foo.org", "198.18.0.3"},
|
{"foo.org", "198.18.0.4"},
|
||||||
{"foo.clash.dev", "1.1.1.1"},
|
{"foo.clash.dev", "1.1.1.1"},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user