Proxying

SOCKS

Server:

ssh -N -D localhost:$port $proxy

Clients:

  • Firefox about:preferences > General > Network Settings > Settings… > Manual proxy configuration
    • SOCKS Host: localhost
    • Port: $port
    • SOCKS v5: checked
    • Proxy DNS when using SOCKS v5: checked
  • yt-dlp --proxy socks5://localhost:$port