mirror of
https://github.com/therealaleph/MasterHttpRelayVPN-RUST.git
synced 2026-05-18 05:44:35 +03:00
f7ab99d72f
* Update config.fronting-groups.example.json Added more Fastly fronting groups * Update config.fronting-groups.example.json Added `github.io` which is one of the most important domains on the github website
86 lines
1.7 KiB
JSON
86 lines
1.7 KiB
JSON
{
|
|
"mode": "direct",
|
|
"google_ip": "216.239.38.120",
|
|
"front_domain": "www.google.com",
|
|
"listen_host": "127.0.0.1",
|
|
"listen_port": 8085,
|
|
"socks5_port": 8086,
|
|
"log_level": "info",
|
|
"verify_ssl": true,
|
|
"fronting_groups": [
|
|
{
|
|
"name": "vercel",
|
|
"ip": "76.76.21.21",
|
|
"sni": "react.dev",
|
|
"domains": [
|
|
"vercel.com",
|
|
"vercel.app",
|
|
"vercel.dev",
|
|
"vercel.live",
|
|
"vercel.sh",
|
|
"nextjs.org",
|
|
"now.sh",
|
|
"cursor.com",
|
|
"ai-sdk.dev"
|
|
]
|
|
},
|
|
{
|
|
"name": "fastly",
|
|
"ip": "151.101.1.140",
|
|
"sni": "www.python.org",
|
|
"domains": [
|
|
"redd.it",
|
|
"reddit.com",
|
|
"redditstatic.com",
|
|
"redditmedia.com",
|
|
"reddit.app.link",
|
|
"redditblog.com",
|
|
"reddithelp.com",
|
|
"redditinc.com",
|
|
"redditmail.com",
|
|
"redditspace.com",
|
|
"redditstatus.com",
|
|
"reddit.map.fastly.net",
|
|
|
|
"githubassets.com",
|
|
"githubusercontent.com",
|
|
"github.io",
|
|
|
|
"pypi.org",
|
|
|
|
"fastly.com",
|
|
"fastly-edge.com",
|
|
"fastly-terrarium.com",
|
|
"fastly.io",
|
|
"fastly.net",
|
|
"fastlylabs.com",
|
|
"fastlylb.net",
|
|
|
|
"www.pinterest.com",
|
|
"pinimg.com",
|
|
|
|
"cnn.com",
|
|
"cnn.io",
|
|
"cnn.it",
|
|
"cnnarabic.com",
|
|
"cnnlabs.com",
|
|
"cnnmoney.ch",
|
|
"cnnmoney.com",
|
|
"cnnmoneystream.com",
|
|
"cnnpolitics.com",
|
|
|
|
"buzzfeed.com"
|
|
]
|
|
},
|
|
{
|
|
"name": "netlify",
|
|
"ip": "35.157.26.135",
|
|
"sni": "letsencrypt.org",
|
|
"domains": [
|
|
"netlify.app",
|
|
"netlify.com"
|
|
]
|
|
}
|
|
]
|
|
}
|