Skip to content

Releases: BananaJeanss/faucet

faucet v1.0.0 - initial release

11 Sep 09:30
a467ef2

Choose a tag to compare

faucet v1.0.0 - initial release

Initial release for faucet

Minimum OS version required (or equivalent): Ubuntu 24.04.3 LTS

faucet is a simple and lightweight HTTP server written in C++ for Linux. It's intended to be basic, and features functions such as:

  • Serving static files via HTTP/1.1
  • Directory listing
  • Configurable custom 404 page
  • Default error pages for other HTTP errors /w contact info
  • Logging requests to a file
  • Basic HTTP authentication
  • Basic ratelimiting per IP
  • Toggleable X-Real-IP and X-Forwarded-For support
  • Trust score system to block potential abusers
  • honeypotPaths.txt for trust score system
  • Customization via .env
  • And more

Full Changelog: https://github.com/BananaJeanss/faucet/commits/v1.0.0