feat: Add some better logging and add deps to readme

This commit is contained in:
2025-04-23 19:14:26 +10:00
parent 80abb9e4dd
commit e877a18abf
4 changed files with 194 additions and 125 deletions

View File

@@ -9,6 +9,12 @@ FireProxy is a lightweight HTTP proxy server written in C that intercepts web re
- Uses hnsdoh.com as the DoH provider
- Multithreaded connection handling
## Install Dependencies
### Ubuntu/Debian (or similar)
```bash
apt install libssl-dev libcurl4-openssl-dev build-essential
```
## Building
```bash