{
"dns": {
"hosts": {
"domain:googleapis.cn": "googleapis.com"
},
"servers": [
"1.1.1.1"
]
},
"inbounds": [
{
"listen": "127.0.0.1",
"port": 10808,
"protocol": "socks",
"settings": {
"auth": "noauth",
"udp": true,
"userLevel": 8
},
"sniffing": {
"destOverride": [
"http",
"tls"
],
"enabled": true
},
"tag": "socks"
},
{
"listen": "127.0.0.1",
"port": 10809,
"protocol": "http",
"settings": {
"userLevel": 8
},
"tag": "http"
}
],
"log": {
"loglevel": "warning"
},
"outbounds": [
{
"mux": {
"concurrency": -1,
"enabled": false
},
"protocol": "vmess",
"settings": {
"vnext": [
{
"address": "hk05-vm0.ikuuu.casa",
"port": 444,
"users": [
{
"alterId": 1,
"id": "993d509f-aff0-36c4-9177-2ff67b6661f1",
"level": 8,
"security": "auto"
}
]
}
]
},
"streamSettings": {
"network": "ws",
"security": "",
"wsSettings": {
"headers": {
"Host": "hk05-vm0.ikuuu.casa"
},
"path": "/hls/cctv5phd.m3u8"
}
},
"tag": "proxy"
},
{
"protocol": "freedom",
"settings": {},
"tag": "direct"
},
{
"protocol": "blackhole",
"settings": {
"response": {
"type": "http"
}
},
"tag": "block"
}
],
"policy": {
"levels": {
"8": {
"connIdle": 300,
"downlinkOnly": 1,
"handshake": 4,
"uplinkOnly": 1
}
},
"system": {
"statsOutboundUplink": true,
"statsOutboundDownlink": true
}
},
"routing": {
"domainStrategy": "IPIfNonMatch",
"rules": [
{
"domain": [
"domain:googleapis.cn"
],
"outboundTag": "proxy",
"type": "field"
},
{
"ip": [
"geoip:private"
],
"outboundTag": "direct",
"type": "field"
},
{
"ip": [
"geoip:cn"
],
"outboundTag": "direct",
"type": "field"
},
{
"domain": [
"geosite:cn"
],
"outboundTag": "direct",
"type": "field"
}
]
},
"stats": {}
}
Configure System
最新推荐文章于 2024-10-23 13:28:50 发布
这是一个配置文件,设置了两个内网代理,一个SOCKS5和一个HTTP,同时定义了对外出站连接的策略。通过VMess协议和WebSocket进行加密通信,并指向特定的服务器地址。此外,还包含域名解析规则和流量管理策略,以及针对不同区域和类型的网络流量的路由规则。

1399

被折叠的 条评论
为什么被折叠?



