Skip to content

Commit

Permalink
Fix Xray VLESS Reality init
Browse files Browse the repository at this point in the history
  • Loading branch information
Ysurac committed Oct 25, 2023
1 parent 954faf5 commit 66478ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xray-core/files/etc/init.d/xray
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ outbound_section_validate() {
's_vless_reality_port:port' \
's_vless_reality_user_id:string' \
's_vless_reality_user_alter_id:and(uinteger, max(65535))' \
's_vless_user_security:or("auto", "aes-128-gcm", "chacha20-poly1305", "none")' \
's_vless_reality_user_security:or("auto", "aes-128-gcm", "chacha20-poly1305", "none")' \
's_vless_reality_user_encryption:or("auto", "none")' \
's_vless_reality_flow:string' \
's_vless_reality_public_key:string' \
Expand Down

0 comments on commit 66478ad

Please sign in to comment.