1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-14 19:41:51 +00:00

Fix obfs support for ss-local

This commit is contained in:
Ycarus 2019-04-19 22:08:35 +02:00
parent d70d74bd04
commit 08cffc86b1

View file

@ -486,7 +486,10 @@ validate_server_section() {
}
validate_ss_local_section() {
validate_common_client_options_ ss_local "$1" "${2}"
validate_common_client_options_ ss_local "$1" \
"${2}" \
'obfs_host:string' \
'obfs_uri:string'
}
validate_ss_redir_section() {