mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-15 03:51:51 +00:00
Fix vps script
This commit is contained in:
parent
5b85fd8473
commit
9cd22c9538
1 changed files with 2 additions and 2 deletions
|
@ -103,8 +103,8 @@ _get_ss_redir() {
|
|||
[ "$cf_no_delay" = "1" ] && no_delay="true"
|
||||
config_get cf_obfs $1 obfs
|
||||
[ "$cf_obfs" = "1" ] && obfs="true"
|
||||
config_get cf_obfs_plugin $1 obfs_plugin
|
||||
config_get cf_obfs_type $1 obfs_type
|
||||
config_get obfs_plugin $1 obfs_plugin
|
||||
config_get obfs_type $1 obfs_type
|
||||
}
|
||||
|
||||
_set_ss_server_vps() {
|
||||
|
|
Loading…
Reference in a new issue