Skip to content

Commit

Permalink
Fix Shadowsocks-rust init script
Browse files Browse the repository at this point in the history
  • Loading branch information
Ysurac committed Nov 18, 2024
1 parent 7a89fb0 commit 273c97c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shadowsocks-rust/files/shadowsocks-rust.init-nft
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,6 @@ validate_ss_server_section() {
validate_ss_tunnel_section() {
validate_common_client_options_ ss_tunnel "$1" \
"$2" \
'forward_address:host'
'forward_address:host' \
'forward_port:uinteger'
}

0 comments on commit 273c97c

Please sign in to comment.