mirror of
https://github.com/gnh1201/caterpillar.git
synced 2025-09-06 01:41:00 +00:00
Update index.php
This commit is contained in:
parent
11d0b177cf
commit
62ba25e761
|
@ -1,9 +1,13 @@
|
||||||
<?php
|
<?php
|
||||||
// Caterpillar - The simple and parasitic web proxy with spam filter
|
/* index.php
|
||||||
// Namhyeon Go (Catswords Research) <abuse@catswords.net>
|
* Caterpillar Worker on PHP
|
||||||
// https://github.com/gnh1201/caterpillar
|
*
|
||||||
// Created at: 2022-10-06
|
* Caterpillar Proxy - The simple and parasitic web proxy with spam filter
|
||||||
// Updated at: 2024-03-04
|
* Namhyeon Go (Catswords Research) <abuse@catswords.net>
|
||||||
|
* https://github.com/gnh1201/caterpillar
|
||||||
|
* Created at: 2022-10-06
|
||||||
|
* Updated at: 2024-03-05
|
||||||
|
*/
|
||||||
|
|
||||||
define("PHP_HTTPPROXY_VERSION", "0.1.5");
|
define("PHP_HTTPPROXY_VERSION", "0.1.5");
|
||||||
define("DEFAULT_SOCKET_TIMEOUT", 1);
|
define("DEFAULT_SOCKET_TIMEOUT", 1);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user