Total Pageviews

Friday 1 November 2024

PHP-Http-proxy

 from bangnokia/php-http-proxy

This is for my personal use, pull request is not welcome。

Install

composer install

Usage

php start.php start

If you want to run as background daemon

php start.php start -d

If you want to stop

php start.php stop

Check status

php start.php status

If you want to set username and password, please remember alway put -u and -p before start:

php start.php -u bangnokia -p 123456 start -d





No comments:

Post a Comment