| 1234567891011121314151617181920212223242526272829 |
- {
- "port": 50030,
- "inbound": {
- "protocol": "dokodemo-door",
- "settings": {
- "address": "127.0.0.1",
- "port": 50032,
- "network": "tcp",
- "timeout": 0
- }
- },
- "outbound": {
- "protocol": "vmess",
- "settings": {
- "vnext": [
- {
- "address": "127.0.0.1",
- "port": 50031,
- "users": [
- {
- "id": "d17a1af7-efa5-42ca-b7e9-6a35282d737f",
- "alterId": 10
- }
- ]
- }
- ]
- }
- }
- }
|