1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Fix vps script

This commit is contained in:
Ycarus 2019-04-18 22:51:06 +02:00
parent 5b85fd8473
commit 9cd22c9538

View file

@ -103,8 +103,8 @@ _get_ss_redir() {
[ "$cf_no_delay" = "1" ] && no_delay="true" [ "$cf_no_delay" = "1" ] && no_delay="true"
config_get cf_obfs $1 obfs config_get cf_obfs $1 obfs
[ "$cf_obfs" = "1" ] && obfs="true" [ "$cf_obfs" = "1" ] && obfs="true"
config_get cf_obfs_plugin $1 obfs_plugin config_get obfs_plugin $1 obfs_plugin
config_get cf_obfs_type $1 obfs_type config_get obfs_type $1 obfs_type
} }
_set_ss_server_vps() { _set_ss_server_vps() {