Group
Extension

Matches 2

Net-Shadowsocks ( L/LZ/LZH/Net-Shadowsocks-0.9.3.2.tar.gz, LZH, 2017; MetaCPAN )
Net-Shadowsocks/bin/ssclient.pl ( view source; MetaCPAN )
dowsocks rfc1928 Great Firewall Internet censorship in China
#
# Modify the config.json sample, save it to config.json. Run ssserver.pl on
# server, run ssclient.pl on localhost. Config your browser t
through the great firewall of
# china.

use 5.006;
use strict;
use warnings;
use Getopt::Std;
use JSON;
use Net::Shadowsocks::Client;

my $version = "0.9.3.2";

sub main::HELP_MESSAGE()
{
    print("U
ctr rc6-256-ofb\n");
    print("\tspritz\n");
    printf("\t-c CONFIG\t\tFull path of your config.json file\n");
    print("\t-h, --help\t\tDisplay this help screen\n");
    print("\t-v, --version\t\t
Net-Shadowsocks ( L/LZ/LZH/Net-Shadowsocks-0.9.3.2.tar.gz, LZH, 2017; MetaCPAN )
Net-Shadowsocks/bin/ssserver.pl ( view source; MetaCPAN )
dowsocks rfc1928 Great Firewall Internet censorship in China
#
# Modify the config.json sample, save it to config.json. Run ssserver.pl on
# server, run ssclient.pl on localhost. Configure your browse
through the great firewall
# of china.

use 5.006;
use strict;
use warnings;
use Getopt::Std;
use JSON;
use Net::Shadowsocks::Server;

my $version = "0.9.3.2";

sub main::HELP_MESSAGE()
{
    print("U
c6-256-ctr rc6-256-ofb\n");
    print("\tspritz\n");
    printf("\t-c CONFIG\tName of your config.json file with full path\n");
    print("\t-h, --help\tDisplay help information\n");
    print("\t-v, 

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.