mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-12 18:41:51 +00:00
Fix Shadowsocks-rust init script
This commit is contained in:
parent
7a89fb070a
commit
273c97c26a
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue