Skip to content

Commit

Permalink
fix hy2 uri
Browse files Browse the repository at this point in the history
  • Loading branch information
aleskxyz authored Sep 5, 2023
1 parent 0f0f52c commit 5af1122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reality-ezpz.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1257,7 +1257,7 @@ function print_client_configuration {
client_config="${client_config}:$(echo -n "${username}${users[${username}]}" | sha256sum | cut -d ' ' -f 1 | head -c 16)"
client_config="${client_config}@${config[server]}"
client_config="${client_config}:${config[port]}"
client_config="${client_config}/?&obfs-password=${config[service_path]}"
client_config="${client_config}/?obfs-password=${config[service_path]}"
client_config="${client_config}$([[ ${config[security]} == 'selfsigned' ]] && echo "&allow_insecure=1" || true)"
client_config="${client_config}#${username}"
else
Expand Down

0 comments on commit 5af1122

Please sign in to comment.