Skip to content

Commit

Permalink
fix: trojan bug
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddify-com committed Aug 2, 2024
1 parent 61baced commit 4c32588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ray2sing/xraytrojan.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func TrojanXray(vlessURL string) (*T.Outbound, error) {
"protocol": "trojan",

"settings": map[string]any{
"vnext": []any{
"servers": []any{
map[string]any{
"address": u.Hostname,
"port": u.Port,
Expand Down

0 comments on commit 4c32588

Please sign in to comment.