v2rayN/v2rayN/ServiceLib/Sample/dns_v2ray_normal

28 lines
448 B
Text
Raw Normal View History

2023-04-26 02:43:05 +00:00
{
"hosts": {
"dns.google": "8.8.8.8",
"proxy.example.com": "127.0.0.1"
},
"servers": [
{
"address": "1.1.1.1",
"domains": [
"geosite:geolocation-!cn"
],
"expectIPs": [
"geoip:!cn"
]
},
2023-04-26 02:43:05 +00:00
{
"address": "223.5.5.5",
"domains": [
"geosite:cn"
2023-04-26 02:43:05 +00:00
],
"expectIPs": [
"geoip:cn"
]
},
2023-04-27 02:15:22 +00:00
"8.8.8.8",
2023-04-26 02:43:05 +00:00
"https://dns.google/dns-query"
2023-04-28 06:15:03 +00:00
]
2023-04-26 02:43:05 +00:00
}