This repository has been archived by the owner on Aug 22, 2021. It is now read-only.
Releases: phlinhng/v2ray-tcp-tls-web
Releases · phlinhng/v2ray-tcp-tls-web
v1.1.0
v1.0.9
v1.0.8
New features
- No docker for caddy now to save RAM space
- Replaced
uuidgen
with built-in uuid generator - Replaced
ntp.service
withtimedatectl set-ntp true
install_v2ray
will not overwrite existing V2Ray config.json now- New function: update tls-shunt-proxy
- Provide another benchmark testing script by Oldking
- Adjusted
Caddyfile
template
Fixed bugs
- Version number will now read as the value of installed version instead of the latest version
v1.0.7
v1.0.6
v1.0.5
New Features
- Change netSpeed script to new version provided by @ylx2016/Linux-NetSpeed
v1.0.4
v1.0.3
v1.0.2
Fixed issues
- Wrong url in configurations file generate by subconvertor. For those who has already installed old version, please use the following command to fix it manually.
wget -q https://raw.githubusercontent.com/phlinhng/v2ray-tcp-tls-web/master/config/pref.ini -O /tmp/pref.ini
sed -i "s/FAKECONFIGPREFIX/https:\/\/$(jq --raw-output '.sub.api.tlsHeader' '/usr/local/etc/v2script/config.json' | tr -d '\n')/g" /tmp/pref.ini
mv /tmp/pref.ini /usr/local/etc/v2script/pref.ini
docker rm $(docker stop $(docker ps -q --filter ancestor=tindy2013/subconverter) 2>/dev/null) 2>/dev/null
docker run -d --restart=always -p 127.0.0.1:25500:25500 -v /usr/local/etc/v2script/pref.ini:/base/pref.ini tindy2013/subconverter:latest