diff --git a/install.sh b/install.sh index e218f70..5cf0408 100644 --- a/install.sh +++ b/install.sh @@ -29,7 +29,7 @@ OK="${Green}[OK]${Font}" Error="${Red}[错误]${Font}" # 版本 -shell_version="1.1.5.2" +shell_version="1.1.5.3" shell_mode="None" github_branch="master" version_cmp="/tmp/version_cmp.tmp" diff --git a/v2ray.sh b/v2ray.sh index c0e85c0..6e282b1 100644 --- a/v2ray.sh +++ b/v2ray.sh @@ -389,7 +389,7 @@ Description=V2Ray Service After=network.target nss-lookup.target [Service] -User=nobody +User=root CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_BIND_SERVICE AmbientCapabilities=CAP_NET_ADMIN CAP_NET_BIND_SERVICE NoNewPrivileges=true @@ -406,7 +406,7 @@ Description=V2Ray Service After=network.target nss-lookup.target [Service] -User=nobody +User=root CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_BIND_SERVICE AmbientCapabilities=CAP_NET_ADMIN CAP_NET_BIND_SERVICE NoNewPrivileges=true