pruby
a proxy
Install
- All systems
-
curl cmd.cat/pruby.sh
- Debian
-
apt-get install ruby-proxifier
- Ubuntu
-
apt-get install ruby-proxifier
- Kali Linux
-
apt-get install ruby-proxifier
- Fedora
-
dnf install rubygem-proxifier
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install ruby-proxifier
- Raspbian
-
apt-get install ruby-proxifier
- Dockerfile
- dockerfile.run/pruby
rubygem-proxifier
a proxy
ruby-proxifier
add support for HTTP or SOCKS proxies
Proxifier enable ruby programmers to use HTTP or SOCKS proxies interchangeably when using TCPSockets. Either manually with `Proxifier::Proxy#open` or by `require "proxifier/env"`. Allows one to use ruby code that doesn't user proxies for users that have to use proxies. The pruby and pirb executables are simple wrappers for their respective ruby executables that support proxies from environment variables.