-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Closed
Description
原始订阅如下:
-
name: 'HK'
type: vmess
server: ……
port: ……
uuid: ……
alterId: 16
cipher: auto
udp: true
network: ws
ws-path: /awshk01
ws-headers:
Host: ……
转换后,
- {name: "HK", server: ……, port: ……, type: vmess, uuid: ……, alterId: "\x10", cipher: auto, tls: false, network: ws, ws-path: /awshk01, ws-headers: {Host: ……}}
alterId变为十六进制数\x10
同一订阅中alterId原本为2的,转换后变为\x02
Metadata
Metadata
Assignees
Labels
No labels