1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-27 22:36:12 -04:00

use domain to domain mapping in static host

This commit is contained in:
Darien Raymond 2019-01-30 21:25:05 +01:00
parent ffb3793b26
commit d5cec4e865
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

View File

@ -85,7 +85,10 @@
"hosts": {
// Blacklist all Baidu domains, including all sub domains.
"domain:baidu.com": "127.0.0.1",
"domain:v2ray.com": "104.27.154.107",
// 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",
},
"servers": [
{