Skip to content
This repository has been archived by the owner on Aug 22, 2021. It is now read-only.

Releases: phlinhng/v2ray-tcp-tls-web

v1.1.0

27 May 14:58
Compare
Choose a tag to compare
v1.1.0 Pre-release
Pre-release

New features & Changes

  • additional CDN inbound support
  • modified config format of v2script
  • modified the order of menu

Fixed bugs

  • update rm_v2script with the latest contents

v1.0.9

27 May 14:51
Compare
Choose a tag to compare
v1.0.9 Pre-release
Pre-release
actually, tls-shunt-proxy supports wss+cdn

v1.0.8

26 May 14:09
Compare
Choose a tag to compare

New features

  • No docker for caddy now to save RAM space
  • Replaced uuidgen with built-in uuid generator
  • Replaced ntp.service with timedatectl 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

18 May 07:15
Compare
Choose a tag to compare

Fixed issues

  1. Permission denied to access /usr/local/ during installation
  2. command not found: lsof

v1.0.6

14 May 19:06
Compare
Choose a tag to compare

Fixed issues

  • remove crontab task during rm_v2script
  • optimise the condition when rerunning docker containers

v1.0.5

13 May 23:47
Compare
Choose a tag to compare

New Features

v1.0.4

12 May 22:51
Compare
Choose a tag to compare

Fixed issues

  • Typos in set_swap.sh
  • Restart docker containers that was started previously

v1.0.3

12 May 13:58
Compare
Choose a tag to compare

Fixed issuses

  • Version number
  • Subscription links will now display after installing api
  • Some minor changes

v1.0.2

12 May 09:18
Compare
Choose a tag to compare

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

v1.0.1

12 May 08:28
Compare
Choose a tag to compare

New features

  • Return to v2script from v2sub menu

Fixed issues

  • LemonBench won't start because of missing arguments