1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-26 09:25:23 +00:00

update domain mapping in default config

This commit is contained in:
Darien Raymond 2019-02-17 22:10:55 +01:00
parent 81ce61c243
commit 10d90f5fc1
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

View File

@ -83,14 +83,17 @@
"dns": {
// Static hosts, similar to hosts file.
"hosts": {
// Blacklist all Baidu domains, including all sub domains.
"domain:baidu.com": "127.0.0.1",
// Match v2ray.com to another domain on CloudFlare. This domain will be used when querying IPs for v2ray.com.
"domain:v2ray.com": "www.vicemc.net",
// Match v2ray.com to another domain on CloudFlare. This domain will be used
// when querying IPs for v2ray.com.
"domain:v2ray.com": "www.vicemc.net"
// The following settings help to eliminate DNS poisoning in mainland China.
// It is safe to comment these out if this is not the case for you.
"domain:github.io": "pages.github.com",
"domain:wikipedia.org": "www.wikimedia.org",
"domain:shadowsocks.org": "electronicsrealm.com"
},
"servers": [
"1.1.1.1",
{
"address": "114.114.114.114",
"port": 53,
@ -100,7 +103,6 @@
]
},
"8.8.8.8",
"1.1.1.1",
"localhost"
]
},