| 1234567891011121314151617181920212223242526272829303132333435363738394041 |
- {
- "port": 1080,
- "log": {
- "access": ""
- },
- "inbound": {
- "protocol": "socks",
- "settings": {
- "auth": "noauth",
- "udp": false,
- "ip": "127.0.0.1"
- }
- },
- "outbound": {
- "protocol": "vmess",
- "settings": {
- "vnext": [
- {
- "address": "127.0.0.1",
- "port": 37192,
- "users": [
- {"id": "ad937d9d-6e23-4a5a-ba23-bce5092a7c51"}
- ],
- "network": "tcp"
- }
- ]
- }
- },
- "inboundDetour": [
- {
- "protocol": "dokodemo-door",
- "port": 28394,
- "settings": {
- "address": "8.8.8.8",
- "port": 53,
- "network": "tcp",
- "timeout": 0
- }
- }
- ]
- }
|