客户端免流配置
<pre><code class="language-json">{
"log": {
"loglevel": "warning"
},
"inbound": {
"port": 1080,
"protocol": "socks",
"domainOverride": [
"tls",
"http"
],
"settings": {
"auth": "noauth"
}
},
"outbound": {
"protocol": "vmess",
"settings": {
"vnext": [
{
"address": "203.104.38.174",
"port": 8081,
"users": [
{
"id": "b831381d-6324-4d53-ad4f-8cda48b30811",
"security": "chacha20-poly1305",
"alterId": 64
}
]
}
]
},
"streamSettings": {
"network": "tcp",
"tcpSettings": {
"header": {
"type": "http",
"request": {
"version": "1.1",
"method": "GET",
"path": [
"\/"
],
"headers": {
"Host": [
"bookstore.shuqiread.com"
],
"Connection": [
"keep-alive"
],
"Upgrade-Insecure-Requests": "1",
"User-Agent": [
"Mozilla\/5.0 (Linux; Android 8.1.0; MI 8 Build\/OPM1.171019.026; wv) AppleWebKit\/537.36 (KHTML, like Gecko) Version\/4.0 Chrome\/70.0.3538.64 Mobile Safari\/537.36 Shuqi (Xiaomi-MI 8__shuqi__10.7.3.71__1075)"
],
"Accept": [
"text\/html,application\/xhtml+xml,application\/xml;q=0.9,image\/webp,image\/apng,*\/*;q=0.8"
],
"Accept-Language": [
"zh-CN,en-US;q=0.9"
],
"Accept-Encoding": [
"gzip, deflate"
],
"X-Requested-With": [
"com.shuqi.controller"
]
}
}
}
}
}
},
"outboundDetour": [
{
"protocol": "●●●●●●●",
"settings": {},
"tag": "direct"
}
],
"routing": {
"strategy": "rules",
"settings": {
"domainStrategy": "IPIfNonMatch",
"rules": []
}
}
}</code></pre>