Skip to content

Commit

Permalink
Update sspanel.go
Browse files Browse the repository at this point in the history
  • Loading branch information
frainzy1477 authored Jul 27, 2021
1 parent dd39e05 commit ded1135
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 @@ -576,7 +576,7 @@ func (c *APIClient) ParseTrojanNodeResponse(nodeInfoResponse *NodeInfoResponse)
serverConf := strings.Split(nodeInfoResponse.RawServerString, ";")
extraServerConf := strings.Split(serverConf[1], "|")
transportProtocol = "tcp"
serviceName = ""
serviceName = ""
for _, item := range extraServerConf {
conf := strings.Split(item, "=")
key := conf[0]
Expand Down

0 comments on commit ded1135

Please sign in to comment.