This commit is contained in:
233boy
2019-01-05 16:04:16 +08:00
parent 3ecb6847e6
commit 620ec46f5a
100 changed files with 4910 additions and 261164 deletions

8
tools/quic.sh Normal file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
backup="/etc/v2ray/233blog_v2ray_backup.conf"
. $backup
if [[ $v2ray_transport -ge 13 ]]; then
tmp_transport=$(($v2ray_transport +6))
sed -i "18s/=$v2ray_transport/=$tmp_transport/" $backup
fi
v2ray update.sh