phpsocks5/README.md

24 lines
512 B
Markdown
Raw Normal View History

2016-02-29 17:17:55 +08:00
# socks5-proxy
2018-06-20 00:14:52 +08:00
Socks5 proxy written in PHP based on [workerman](https://github.com/walkor/Workerman). Now with Username/Password authentication according to RFC 1929.
2016-02-02 22:46:39 +08:00
2016-11-01 11:16:46 +08:00
## Install
1. ```git clone https://github.com/walkor/php-socks5```
2. ```composer install```
2018-06-20 00:11:41 +08:00
## Config
Edit file ```config.php```
2016-02-29 17:25:43 +08:00
## Start
2018-06-20 00:11:41 +08:00
```php start.php start -d```
2016-02-02 22:46:39 +08:00
2016-02-29 17:25:43 +08:00
## Stop
2018-06-20 00:11:41 +08:00
```php start.php stop```
2016-02-29 17:25:43 +08:00
## Status
2018-06-20 00:11:41 +08:00
```php start.php status```
2016-02-29 17:28:39 +08:00
2018-06-20 00:11:41 +08:00
## Other links
2018-06-20 00:16:40 +08:00
https://github.com/walkor/shadowsocks-php
2016-05-08 19:42:21 +08:00
https://github.com/walkor/php-http-proxy