修复http伪装配置解析 (#389)

根据sspanel代码,headerType 才是下发订阅的参数
This commit is contained in:
OPPO9008 2023-06-21 07:14:20 +08:00 committed by GitHub
parent db27722bbc
commit 5d5470a919
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -459,7 +459,7 @@ func (c *APIClient) ParseV2rayNodeResponse(nodeInfoResponse *NodeInfoResponse) (
host = value
case "servicename":
serviceName = value
case "headertype":
case "headerType":
HeaderType = value
}
}