| 1234567891011121314151617181920212223242526272829303132 |
- {
- "log": {
- "level": "info"
- },
- "inbounds": [
- {
- "type": "mixed",
- "listen": "::",
- "listen_port": 56002
- }
- ],
- "outbounds": [
- {
- "type": "trojan",
- "tag": "proxy_3",
- "server": "cn1.cdn.xfltd-cdn.top",
- "server_port": 12003,
- "password": "d058a1cb-5dbd-4664-9d8b-ae26bc699ed4",
- "tls": {
- "enabled": false
- }
- }
- ],
- "route": {
- "rules": [
- {
- "type": "default",
- "outbound": "proxy_3"
- }
- ]
- }
- }
|