You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# ban bt
|
|
if [[ $ban_bt ]]; then
|
|
ban_bt_file="/etc/v2ray/233boy/v2ray/config/server/include/bt.json"
|
|
sed -i "/\/\/include_ban_bt/r $ban_bt_file" $v2ray_server_config
|
|
sed -i "s#//include_ban_bt#,#" $v2ray_server_config
|
|
fi
|
|
|