本帖最後由 角色 於 2019-2-5 20:41 編輯
一个port number连个user UUID
这种方式,只有vmess protocol才可以做到。
Listing xxx:- "inbounds": [
- {
- "port": 23965,
- "protocol": "vmess",
- "settings": {
- "clients": [
- {
- "id": "f7054950-653f-4df9-afb5-782341cd6bbd",
- "level": 1,
- "alterId": 64
- },
- {
- "id": "f7078950-653f-34f9-afb5-782341cd6baa",
- "level": 1,
- "alterId": 64
- }
- ]
- }
- }
- ],
複製代碼 |