improve logging and add disable form feature

This commit is contained in:
Gianni Carafa
2023-11-03 08:17:11 +01:00
parent 377a577c67
commit b786796595
4 changed files with 21 additions and 2 deletions

View File

@@ -76,3 +76,4 @@ http://localhost:8080/raw/https://www.google.com
| `X_FORWARDED_FOR` | IP forwarder address | `66.249.66.1` |
| `USERPASS` | Enables Basic Auth, format `admin:123456` | `` |
| `LOG_URLS` | Log fetched URL's | `true` |
| `DISABLE_FORM` | Disables URL Form Frontpage | `false` |