mirror of
https://github.com/MetaCubeX/Clash.Meta.git
synced 2025-04-19 16:50:56 +00:00
chore: adjust fakeip test
This commit is contained in:
parent
da8865523c
commit
b4368ef62d
1 changed files with 3 additions and 3 deletions
|
@ -78,9 +78,9 @@ dns:
|
|||
}
|
||||
|
||||
list := []domainPair{
|
||||
{"foo.org", "198.18.0.3"},
|
||||
{"bar.org", "198.18.0.4"},
|
||||
{"foo.org", "198.18.0.3"},
|
||||
{"foo.org", "198.18.0.4"},
|
||||
{"bar.org", "198.18.0.5"},
|
||||
{"foo.org", "198.18.0.4"},
|
||||
{"foo.clash.dev", "1.1.1.1"},
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue