Skip to content

Commit

Permalink
use domain to domain mapping in static host
Browse files Browse the repository at this point in the history
  • Loading branch information
DarienRaymond committed Jan 30, 2019
1 parent ffb3793 commit d5cec4e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion release/config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down

0 comments on commit d5cec4e

Please sign in to comment.