improve docs

This commit is contained in:
Gianni Carafa
2023-11-02 23:05:42 +01:00
parent 7ae1a29932
commit 2f1de95e06
2 changed files with 9 additions and 6 deletions

View File

@@ -24,6 +24,7 @@ Certain sites may display missing images or encounter formatting issues. This ca
- [x] Windows binary (untested)
- [x] Remove most of the ads (unexpected side effect)
- [x] Basic Auth
- [x] Disable Logs
## Installation
@@ -70,6 +71,6 @@ http://localhost:8080/raw/https://www.google.com
| `PORT` | Port to listen on | `8080` |
| `PREFORK` | Spawn multiple server instances | `false` |
| `USER_AGENT` | User agent to emulate | `Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)` |
| `X_FORWARDED_FOR` | IP Forwarder address | `66.249.66.1` |
| `USERPASS` | Enables Basic Auth, format `admin:123456` | |
| `X_FORWARDED_FOR` | IP forwarder address | `66.249.66.1` |
| `USERPASS` | Enables Basic Auth, format `admin:123456` | `` |
| `LOG_URLS` | Log fetched URL's | `true` |