Created
February 7, 2024 10:01
-
-
Save sonygod/cd60ca05d5a4595f1e894b22ada3fa18 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"policy": null, | |
"log": { | |
"access": "", | |
"error": "", | |
"loglevel": "warning" | |
}, | |
"inbounds": [ | |
{ | |
"tag": "proxy", | |
"port": 10808, | |
"listen": "0.0.0.0", | |
"protocol": "http", | |
"sniffing": { | |
"enabled": true, | |
"destOverride": [ | |
"http", | |
"tls" | |
] | |
}, | |
"settings": { | |
"auth": "noauth", | |
"udp": true, | |
"ip": null, | |
"address": null, | |
"clients": null | |
}, | |
"streamSettings": null | |
} | |
], | |
"outbounds": [ | |
{ | |
"tag": "proxy", | |
"protocol": "vmess", | |
"settings": { | |
"vnext": [ | |
{ | |
"address": "", | |
"port": 41685, | |
"users": [ | |
{ | |
"id": "b2d7b915-51af-4992-b091-51d9ad1a2", | |
"alterId": 0, | |
"email": "[email protected]", | |
"security": "auto" | |
} | |
] | |
} | |
], | |
"servers": null, | |
"response": null | |
}, | |
"streamSettings": { | |
"network": "tcp", | |
"security": null, | |
"tlsSettings": null, | |
"tcpSettings": null, | |
"kcpSettings": null, | |
"wsSettings": null, | |
"httpSettings": null, | |
"quicSettings": null | |
}, | |
"mux": { | |
"enabled": true, | |
"concurrency": 8 | |
} | |
}, | |
{ | |
"tag": "direct", | |
"protocol": "freedom", | |
"settings": { | |
"vnext": null, | |
"servers": null, | |
"response": null | |
}, | |
"streamSettings": null, | |
"mux": null | |
}, | |
{ | |
"tag": "block", | |
"protocol": "blackhole", | |
"settings": { | |
"vnext": null, | |
"servers": null, | |
"response": { | |
"type": "http" | |
} | |
}, | |
"streamSettings": null, | |
"mux": null | |
} | |
], | |
"stats": null, | |
"api": null, | |
"dns": null, | |
"routing": { | |
"domainStrategy": "IPIfNonMatch", | |
"rules": [ | |
{ | |
"type": "field", | |
"port": null, | |
"inboundTag": [ | |
"api" | |
], | |
"outboundTag": "api", | |
"ip": null, | |
"domain": null | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment