Update index.php

This commit is contained in:
Namhyeon Go 2024-03-05 16:35:48 +09:00 committed by GitHub
parent 11d0b177cf
commit 62ba25e761
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,9 +1,13 @@
<?php
// Caterpillar - The simple and parasitic web proxy with spam filter
// Namhyeon Go (Catswords Research) <abuse@catswords.net>
// https://github.com/gnh1201/caterpillar
// Created at: 2022-10-06
// Updated at: 2024-03-04
/* index.php
* Caterpillar Worker on PHP
*
* Caterpillar Proxy - The simple and parasitic web proxy with spam filter
* 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("DEFAULT_SOCKET_TIMEOUT", 1);