Установите пакет obfs4proxy:
Код: Выделить всё
sudo apt update
sudo apt install obfs4proxy
Код: Выделить всё
sudo nano /etc/tor/obfs4proxy.conf
Код: Выделить всё
ServerTransportPlugin obfs4 exec /usr/bin/obfs4proxy
ServerTransportListenAddr obfs4 <your_public_ip>:<port>
Код: Выделить всё
ExtORPort auto
ServerTransportPlugin obfs4 exec /usr/bin/obfs4proxy
Код: Выделить всё
sudo systemctl restart tor