Registry / networking / proxifier

proxifier

JSON →
library1.0.3rbrubygemsunverified

Proxifier adds support for HTTP or SOCKS proxies and lets you force TCPSocket to use proxies.

gem install proxifier
INSTALL
IMPORT
SIG · PROXIFIER
P
proxifier
networkingrubyv1.0.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Proxifier
require 'proxifier'

Set a global proxy for all TCPSocket connections

require 'proxifier' proxy = Proxifier::Proxy.new('http://proxy.example.com:8080') TCPSocket.proxy = proxy # Now all TCPSocket connections go through the proxy
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.3latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
10
Resources
proxifier — gem install proxifier · libregistry