ByeDPI proxy на Debian
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
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
Debian GNU/Linux 10 (buster)
Просто history.
hostname SRV-004 echo SRV-004 > /etc/hostname echo domain ewgenik.ru > /etc/resolv.conf echo search ewgenik.ru >> /etc/resolv.conf echo nameserver 192.168.16.248 >> /etc/resolv.conf echo nameserver 192.168.16.249 >> /etc/resolv.conf cat /etc/resolv.conf echo 127.0.0.1 localhost > /etc/hosts echo 127.0.1.1 SRV-004.ewgenik.ru SRV-004 >> /etc/hosts echo ::1 localhost ip6-localhost ip6-loopback >> /etc/hosts echo ff02::1 ip6-allnodes >> /etc/hosts echo ff02::2 ip6-allrouters >> /etc/hosts hostname -f reboot
https://openzfs.github.io/openzfs-docs/Getting%20Started/Debian/index.html