duy13 / vDDoS-Protection

Welcome to vDDoS, a HTTP(S) DDoS Protection Reverse Proxy. Thank you for using!
https://vddos.voduy.com
482 stars 140 forks source link

Intranet environment cannot be installed #51

Closed systoms closed 4 years ago

systoms commented 4 years ago

Intranet environment cannot be installed

duy13 commented 4 years ago
yum -y install epel-release 
yum -y install curl wget gc gcc gcc-c++ pcre-devel zlib-devel make wget openssl-devel libxml2-devel libxslt-devel gd-devel perl-ExtUtils-Embed GeoIP-devel gperftools gperftools-devel libatomic_ops-devel perl-ExtUtils-Embed gcc automake autoconf apr-util-devel gc gcc gcc-c++ pcre-devel zlib-devel make wget openssl-devel libxml2-devel libxslt-devel gd-devel perl-ExtUtils-Embed GeoIP-devel gperftools gperftools-devel libatomic_ops-devel perl-ExtUtils-Embed 

OFFLINE INSTALL:

vddosversion="1.19.0"
cd /root
curl -L https://github.com/duy13/vDDoS-Protection/raw/master/vddos-1.19.0-centos7 -o vddos
curl -L https://github.com/duy13/vDDoS-Protection/raw/master/vddos-1.19.0.tar.gz  -o vddos-1.19.0.tar.gz
chmod 700 vddos
./vddos setup
mv vddos /usr/bin/
rm -f vddos-1.19.0.tar.gz