| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- {
- "port": 50031,
- "log": {
- "loglevel": "warning"
- },
- "inbound": {
- "protocol": "vmess",
- "settings": {
- "clients": [
- {
- "id": "d17a1af7-efa5-42ca-b7e9-6a35282d737f",
- "level": 1,
- "alterId": 10
- }
- ],
- "features": {
- "detour": {
- "to": "detour"
- }
- }
- }
- },
- "outbound": {
- "protocol": "freedom",
- "settings": {}
- },
- "inboundDetour": [
- {
- "protocol": "vmess",
- "port": "50035-50039",
- "tag": "detour",
- "settings": {
- "clients": [
- {
- "id": "a12f49ba-466c-4dd5-8438-5c315143bc96",
- "alterId": 100,
- "level": 1
- }
- ]
- },
- "allocate": {
- "strategy": "random",
- "concurrency": 2,
- "refresh": 5
- }
- }
- ]
- }
|