Установка Python 3.9.10 на Centos 7
[[https://firstvds.ru/technology/ustanovka-python-391-na-centos-7|Внешняя ссылка]]
yum install gcc openssl-devel bzip2-devel libffi-devel zlib-devel
wget https://www.python.org/ftp/python/3.9.10/Python-3.9.10.tgz
tar xzf Python-3.9.10.tgz
cd Python-3.9.10
./configure --enable-optimizations
make altinstall

Тест отображения Via

Внешняя ссылка

Install Tinyproxy on Centos 7

Настройки отвечающие за анонимность рассмотрим отдельно

yum install -y epel-release
yum update -y
yum -y install tinyproxy
yum install vim -y

vim /etc/tinyproxy/tinyproxy.conf

Search for
Port 8888

Allow xxx.xxx.xxx.xxx

To test from the Allowed server to the TinyProxy Server

ssh centos@tinyproxy-server.com -L 1234:localhost:8888 -N

curl -I https://juzhax.com/ –proxy centos@tinyproxy-server.com:8888