ByeDPI proxy на Debian
/ Просмотров: 486
1. Способ с make
apt-get update apt-get install git gcc make cd /opt/ git clone https://github.com/hufrea/byedpi cd byedpi make chmod +x ciadpi ./ciadpi -s 2 -d 2
2. Способ с wget
apt-get update apt-get install wget mkdir /opt/byedpi/ cd /opt/byedpi/ wget https://github.com/hufrea/byedpi/releases/download/v0.12/byedpi-12-x86_64.tar.gz tar xvf byedpi-12-x86_64.tar.gz mv ciadpi-x86_64 ciadpi ./ciadpi -s 2 -d 2
3. Создаем сервис
nano /etc/systemd/system/ciadpi.service
[Unit] Description=ByeDPI After=graphical-session.target [Service] WorkingDirectory=/opt/byedpi #ExecStart=/opt/byedpi/ciadpi -s 2 -M h,d -A torst -T 3 -f -1 -r 3+s -S ExecStart=/opt/byedpi/ciadpi --oob 1 -s 2 -M h,d -A torst -T 3 -f -1 -r 3+s -S --auto=none Restart=on-failure RestartSec=5s [Install] WantedBy=graphical-session.target
systemctl daemon-reload systemctl start ciadpi systemctl status ciadpi systemctl enable ciadpi
https://www.youtube.com/watch?v=hCjFhnIVK0Q
https://www.browserling.com/tools/random-hex