You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Alexander Yakovlev da17d33122 composer update 3 years ago
app fix request class 4 years ago
bootstrap Initial commit 4 years ago
database Initial commit 4 years ago
public Initial commit 4 years ago
resources/views test with readme 4 years ago
routes enable GET and POST 4 years ago
storage Initial commit 4 years ago
tests Initial commit 4 years ago
.editorconfig Initial commit 4 years ago
.env.example Initial commit 4 years ago
.gitignore Initial commit 4 years ago
artisan Initial commit 4 years ago
composer.json composer update 3 years ago
composer.lock composer update 3 years ago
phpunit.xml Initial commit 4 years ago
readme.md test with readme 4 years ago

readme.md

Lightweight proxy test

A simple Lumen application to test if our proxies are good and not transparent.

Send a POST request to proxytest/ with ip: <proxy_ip> data to get JSON response:

{ 
 supportsHTTPS: '<if application is installed on HTTPS server>',
 supportsPOST: true,
 ip: <your IP>
 transparent: <if proxy is transparent>,
 anonymous: <if proxy is anonymous>
}