mirror of
https://github.com/springzfx/cgproxy.git
synced 2026-04-23 10:11:04 +08:00
31 lines
541 B
JSON
31 lines
541 B
JSON
{
|
|
"inbounds": [
|
|
{
|
|
"listen": "0.0.0.0",
|
|
"port": 12345,
|
|
"protocol": "dokodemo-door",
|
|
"settings": {
|
|
"address": "",
|
|
"followRedirect": true,
|
|
"network": "tcp,udp",
|
|
"port": 0,
|
|
"timeout": 0,
|
|
"userLevel": 0
|
|
},
|
|
"sniffing": {
|
|
"destOverride": [
|
|
"http",
|
|
"tls"
|
|
],
|
|
"enabled": true
|
|
},
|
|
"streamSettings": {
|
|
"sockopt": {
|
|
"tproxy": "tproxy"
|
|
}
|
|
},
|
|
"tag": "tproxy_IN"
|
|
}
|
|
]
|
|
}
|