Rand Stats

Net::SOCKS

github:retupmoca

P6-Net-SOCKS

A small SOCKS5 client. Currently only supports connection requests.

Example Usage

use Net::SOCKS;

my $socket = Net::SOCKS.connect(:host('myhost'), :port(123), :proxy-server('proxy'));

Methods