All Projects → walkor → Shadowsocks Php

walkor / Shadowsocks Php

Licence: mit
A php port of shadowsocks based on workerman. A socks5 proxy written in PHP.

Projects that are alternatives of or similar to Shadowsocks Php

Free proxy ss
分享来自互联网上免费的shadowsocks(SS)/ShadowsocksR(SSR)/V2ray(vmess)代理 每15分钟更新一次,每次各分享4个临时可用代理。 及时订阅、及时更新。
Stars: ✭ 72 (-91.71%)
Mutual labels:  proxy, shadowsocks, socks5
Blinksocks
A framework for building composable proxy protocol stack.
Stars: ✭ 587 (-32.45%)
Mutual labels:  proxy, shadowsocks, socks5
V2ray Core
A platform for building proxies to bypass network restrictions.
Stars: ✭ 38,782 (+4362.83%)
Mutual labels:  proxy, shadowsocks, socks5
V2ray Core
A platform for building proxies to bypass network restrictions.
Stars: ✭ 13,438 (+1446.38%)
Mutual labels:  proxy, shadowsocks, socks5
Shadowsocks Rust
Oh my implementation of Shadowsocks in Rust
Stars: ✭ 171 (-80.32%)
Mutual labels:  proxy, shadowsocks, socks5
Flynet
A powerful TCP/UDP tool, which support socks5 proxy by tcp and udp, http proxy and NAT traversal. This tool can help you bypass gfw easily
Stars: ✭ 124 (-85.73%)
Mutual labels:  proxy, socks5, socks-proxy
Python Proxy
HTTP/HTTP2/HTTP3/Socks4/Socks5/Shadowsocks/ShadowsocksR/SSH/Redirect/Pf TCP/UDP asynchronous tunnel proxy implemented in Python 3 asyncio.
Stars: ✭ 692 (-20.37%)
Mutual labels:  proxy, shadowsocks, socks5
3proxy
3proxy - tiny free proxy server
Stars: ✭ 2,263 (+160.41%)
Mutual labels:  proxy, socks5, socks-proxy
Freess
免费ss账号 免费shadowsocks账号 免费v2ray账号 (长期更新)
Stars: ✭ 6,544 (+653.05%)
Mutual labels:  proxy, shadowsocks, socks5
Brook
Brook is a cross-platform strong encryption and not detectable proxy. Zero-Configuration. Brook 是一个跨平台的强加密无特征的代理软件. 零配置.
Stars: ✭ 12,694 (+1360.76%)
Mutual labels:  proxy, shadowsocks, socks5
shadowrocket
A socks5 proxy to build your own shadowsocks private network. PHP based & Composer supported.
Stars: ✭ 23 (-97.35%)
Mutual labels:  socks5, shadowsocks, socks-proxy
Tor Socks Proxy
🐳 Tiny Docker(🤏 10MB) image as 🧅 Tor SOCKS5 proxy 🛡
Stars: ✭ 218 (-74.91%)
Mutual labels:  proxy, socks5, socks-proxy
Go Shadowsocks2
Experimental Shadowsocks in Go. Stable fork at https://github.com/shadowsocks/go-shadowsocks2
Stars: ✭ 530 (-39.01%)
Mutual labels:  proxy, shadowsocks, socks5
Microsocks
tiny, portable SOCKS5 server with very moderate resource usage
Stars: ✭ 549 (-36.82%)
Mutual labels:  proxy, socks5
Invoke Socksproxy
Socks proxy, and reverse socks server using powershell.
Stars: ✭ 540 (-37.86%)
Mutual labels:  proxy, socks-proxy
Jsocksproxy
SOCKS proxy written in Java
Stars: ✭ 19 (-97.81%)
Mutual labels:  proxy, socks5
Awesome Network Stuff
Resources about network security, including: Proxy/GFW/ReverseProxy/Tunnel/VPN/Tor/I2P, and MiTM/PortKnocking/NetworkSniff/NetworkAnalysis/etc。More than 1700 open source tools for now. Post incoming.
Stars: ✭ 578 (-33.49%)
Mutual labels:  proxy, shadowsocks
Leaf
A lightweight and fast proxy utility tries to include any useful features.
Stars: ✭ 530 (-39.01%)
Mutual labels:  proxy, shadowsocks
Awslambdaproxy
An AWS Lambda powered HTTP/SOCKS web proxy
Stars: ✭ 571 (-34.29%)
Mutual labels:  proxy, socks5
Daze
Daze is a tool to help you link to the Internet.
Stars: ✭ 580 (-33.26%)
Mutual labels:  proxy, socks5

shadowsocks-php

A php port of shadowsocks based on Workerman, compatible with OutLine

Dependencies

  • openssl
  • sodium (optional)
  • gmp (optional)

Configuration

Parameters Type Description
$MODE string Select server or local mode
$UDP_ENABLE bool Enable UDP relay
$SERVER string Host name or IP address of your remote server
$PORT int Port number of server
$METHOD string Encrypt method
$PASSWORD string Password of your remote server
$PROTOCOL string Name of your protocol plugin
$PROTOCOL_PARAM array Parameters of your protocol plugin
$LOCAL_PORT int Port number of your local server
$PROCESS_COUNT int Number of processes
Applications/Shadowsocks/config.php

Supported Ciphers

openssl ciphers

  • aes-128-cfb, aes-192-cfb, aes-256-cfb, bf-cfb
  • camellia-128-cfb, camellia-192-cfb, camellia-256-cfb, cast5-cfb
  • des-cfb, idea-cfb, rc2-cfb, seed-cfb
  • aes-128-ctr, aes-192-ctr, aes-256-ctr
  • chacha20, chacha20-ietf
  • aes-128-gcm, aes-192-gcm, aes-256-gcm

sodium ciphers

  • chacha20-poly1305, chacha20-ietf-poly1305, xchacha20-ietf-poly1305

native ciphers

  • rc4, rc4-md5, rc4-md5-6
  • none (No encryption, just for debugging)

Supported Protocol

  • origin
  • auth_aes128_md5, auth_aes128_sha1 (experimental)

Start

$ php start.php start -d

Stop

$ php start.php stop

Status

$ php start.php status

Other links

https://github.com/walkor/php-socks5
https://github.com/walkor/php-http-proxy

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].