From ba174ff07af96e6affe071da9dda13e41d8c4326 Mon Sep 17 00:00:00 2001 From: 233boy <31657650+233boy@users.noreply.github.com> Date: Sat, 8 Jan 2022 14:31:55 +0800 Subject: [PATCH] fix bug --- src/download-v2ray.sh | 2 +- v2ray.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/download-v2ray.sh b/src/download-v2ray.sh index 1d5f58a..ea531aa 100644 --- a/src/download-v2ray.sh +++ b/src/download-v2ray.sh @@ -54,7 +54,7 @@ Environment="V2RAY_VMESS_AEAD_FORCED=false" CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_BIND_SERVICE AmbientCapabilities=CAP_NET_ADMIN CAP_NET_BIND_SERVICE NoNewPrivileges=true -ExecStart=/usr/bin/v2ray/v2ray -config /etc/v2ray/config.json +ExecStart=/usr/bin/env v2ray.vmess.aead.forced=false /usr/bin/v2ray/v2ray -config /etc/v2ray/config.json #Restart=on-failure Restart=always diff --git a/v2ray.sh b/v2ray.sh index 9a1888e..50a188d 100644 --- a/v2ray.sh +++ b/v2ray.sh @@ -10,7 +10,7 @@ none='\e[0m' # Root [[ $(id -u) != 0 ]] && echo -e " 哎呀……请使用 ${red}root ${none}用户运行 ${yellow}~(^_^) ${none}" && exit 1 -_version="v3.46" +_version="v3.47" cmd="apt-get"