craflin / dehprox

Transparent DNS and TCP to HTTP proxy redirector.
Apache License 2.0
15 stars 1 forks source link

How Install Package On Centos Srver ? #6

Open lucaswhob opened 3 years ago

lucaswhob commented 3 years ago

Hello My Friend Thx for Your best script Please Help Me For Install On Centos thx

craflin commented 3 years ago

I've added a CentOS 8 build today. You can install it with

su
wget https://github.com/craflin/dehprox/releases/download/0.1.1/dehprox-0.1.1-centos8-x86_64.rpm
rpm -i dehprox-0.1.1-centos8-x86_64.rpm
systemctl daemon-reload
systemctl enable dehprox
systemctl start dehprox