2017 © Pedro Peláez
 

library shadowsocks

PHP Shadowsocks Client With Workerman or Swoole

image

ifeeline/shadowsocks

PHP Shadowsocks Client With Workerman or Swoole

  • Thursday, October 5, 2017
  • by ifeeline
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

安装:, (*1)

composer require ifeeline/shadowsocks

配置格式:, (*2)

$config = [
    'local_ip' => '127.0.0.1',
    'local_port' => 1080,
    'process_count' => 12,
    'method' => 'aes-256-cfb',
    'password' => '123456789',
    'servers' => [
         [
             'ip' => '1.1.1.1',
             'port' => 8388
         ],
         [
             'ip' => '2.2.2.2',
             'port' => 8388
         ]
     ]
];

用法:, (*3)


注:每次链接,会随机从$servers中选择一个SERVER进行链接。, (*4)

The Versions

05/10 2017

dev-master

9999999-dev

PHP Shadowsocks Client With Workerman or Swoole

  Sources   Download

MIT

The Requires

 

by Avatar ifeeline

proxy swoole workerman shadowsocks