Skip to content

Commit

Permalink
修复http伪装配置解析 (#389)
Browse files Browse the repository at this point in the history
根据sspanel代码,headerType 才是下发订阅的参数
  • Loading branch information
OPPO9008 authored Jun 20, 2023
1 parent db27722 commit 5d5470a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/sspanel/sspanel.go
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ func (c *APIClient) ParseV2rayNodeResponse(nodeInfoResponse *NodeInfoResponse) (
host = value
case "servicename":
serviceName = value
case "headertype":
case "headerType":
HeaderType = value
}
}
Expand Down

0 comments on commit 5d5470a

Please sign in to comment.