mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-15 03:51:51 +00:00
Fix obfs support for ss-local
This commit is contained in:
parent
d70d74bd04
commit
08cffc86b1
1 changed files with 4 additions and 1 deletions
|
@ -486,7 +486,10 @@ validate_server_section() {
|
||||||
}
|
}
|
||||||
|
|
||||||
validate_ss_local_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() {
|
validate_ss_redir_section() {
|
||||||
|
|
Loading…
Reference in a new issue