Proxychains-ng
Создать каталог для конфигов
Section titled “Создать каталог для конфигов”mkdir ~/.config/proxychainsКонфигурация
Section titled “Конфигурация”Файл: ~/.config/proxychains/tor.conf
strict_chainproxy_dnsremote_dns_subnet 224tcp_read_time_out 30000tcp_connect_time_out 20000[ProxyList]socks5 127.0.0.1 9150Использовать
Section titled “Использовать”proxychains -f ~/.config/proxychains/tor.conf -qПример:
proxychains -f ~/.config/proxychains/tor.conf -q ssh user@host
Конфигурация
Section titled “Конфигурация”Файл: ~/.config/proxychains/xray.conf
strict_chainproxy_dnsremote_dns_subnet 224tcp_read_time_out 15000tcp_connect_time_out 8000[ProxyList]socks5 127.0.0.1 10808Использовать
Section titled “Использовать”proxychains -f ~/.config/proxychains/xray.conf -qПример:
proxychains -f ~/.config/proxychains/xray.conf -q curl 2ip.ru