Skip to content

Commit

Permalink
fix(generator/client): fix generate hysteria up_mpbs val
Browse files Browse the repository at this point in the history
  • Loading branch information
1715173329 authored Dec 7, 2023
1 parent c5a5490 commit af4850b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/etc/homeproxy/scripts/generate_client.uc
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ function generate_outbound(node) {
override_address: node.override_address,
override_port: strToInt(node.override_port),
/* Hysteria (2) */
up_mbps: strToInt(node.hysteria_down_mbps),
up_mbps: strToInt(node.hysteria_up_mbps),
down_mbps: strToInt(node.hysteria_down_mbps),
obfs: node.hysteria_obfs_type ? {
type: node.hysteria_obfs_type,
Expand Down

0 comments on commit af4850b

Please sign in to comment.