1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-12 10:31:51 +00:00

Fix Shadowsocks-rust init script

This commit is contained in:
Ycarus (Yannick Chabanois) 2024-11-18 15:28:09 +01:00
parent 7a89fb070a
commit 273c97c26a

View file

@ -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'
}