Browse Source

use domain to domain mapping in static host

Darien Raymond 6 years ago
parent
commit
d5cec4e865
1 changed files with 4 additions and 1 deletions
  1. 4 1
      release/config/config.json

+ 4 - 1
release/config/config.json

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