Skip to content

Commit

Permalink
Update install-socks5-hysteria.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
gshtwy authored Sep 5, 2024
1 parent a70e684 commit 03795fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-socks5-hysteria.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ HYSTERIA_WORKDIR="$USER_HOME/.hysteria"

# 随机生成密码函数
generate_password() {
export PASSWORD=${PASSWORD:-$(openssl rand -base64 12)}
export PASSWORD=${PASSWORD:-$(uuidgen)}
}

# 设置服务器端口函数
Expand Down

0 comments on commit 03795fc

Please sign in to comment.