https://github.com/pingooio/pingoo
The fast and secure Load Balancer / API Gateway / Reverse Proxy with built-in service discovery, GeoIP, WAF, bot protection and much more - https://pingoo.io
https://github.com/pingooio/pingoo
akamai anti-bot apache2 api api-gateway captcha cloudflare fastly firewall haproxy load-balancer nginx pingoo proxy quic reverse-proxy rust security service-discovery waf
Last synced: 5 days ago
JSON representation
The fast and secure Load Balancer / API Gateway / Reverse Proxy with built-in service discovery, GeoIP, WAF, bot protection and much more - https://pingoo.io
- Host: GitHub
- URL: https://github.com/pingooio/pingoo
- Owner: pingooio
- License: mit
- Created: 2025-09-17T07:18:40.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-10-27T15:12:55.000Z (3 months ago)
- Last Synced: 2025-10-27T16:19:42.965Z (3 months ago)
- Topics: akamai, anti-bot, apache2, api, api-gateway, captcha, cloudflare, fastly, firewall, haproxy, load-balancer, nginx, pingoo, proxy, quic, reverse-proxy, rust, security, service-discovery, waf
- Language: Rust
- Homepage: https://pingoo.io
- Size: 366 KB
- Stars: 855
- Watchers: 14
- Forks: 29
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
- Support: docs/support.md
Awesome Lists containing this project
- awesome-repositories - pingooio/pingoo - The fast and secure Load Balancer / API Gateway / Reverse Proxy with built-in service discovery, GeoIP, WAF, bot protection and much more - https://pingoo.io (Rust)
README
Pingoo
The fast and secure Load Balancer / API Gateway / Reverse Proxy with built-in service discovery, GeoIP, WAF, bot protection and much more
Documentation | Read the launch post
Open Source load balancers and reverse proxies are stuck in the past century with a very slow pace of development and most of the important features reserved for "Enterprise Editions" which lead developers to use third-party cloud services, exposing their users' traffic to legal, security and reliability risks.
Pingoo is a modern Load Balancer / API Gateway / Reverse Proxy that run on your own servers and already have (or will have soon) all the features you expect from managed services and even more. All of that with a huge boost in performance and security thanks to reduced latency and, of course, Rust ;)
* Automatic and Post-Quantum HTTPS / TLS
* Service Discovery (Docker, DNS...)
* Web Application Firewall (WAF)
* Easy compliance because the data never leaves your servers
* Bot protection and management
* TCP proxying
* GeoIP (country, ASN)
* Static sites
* And much more
## Quickstart
```bash
# You have a static site in the www folder
$ ls www
index.html
$ docker run --rm -ti -p 80:80 -v `pwd`/www:/var/wwww pingooio/pingoo
# Pingoo is now listenning on http://0.0.0.0
```
## Documentation
See https://pingoo.io
## Social
Follow us on [Bluesky @pingoo.io](https://bsky.app/profile/pingoo.io) and on Mastodon [@pingooio@mastodon.social](https://mastodon.social/@pingooio) to get the latest updates and technical deep dives 🦀⚡️
## Contributing
Please open an issue to discuss your idea before submitting a Pull Request.
Contributions that use AI must be disclosed.
## Support
Do you have custom needs? Do you want your features to be prioritized? Are you under attack and need help? Do you need support for deploying and self-hosting Pingoo?
Feel free to reach our team of experts to see how we can help: https://pingoo.io/contact
## Security
We are committed to make Pingoo the most secure Load Balancer / Reverse Proxy in the universe and beyond. If you've found a security issue in Pingoo, we appreciate your help in disclosing it to us in a responsible manner by contacting us: https://pingoo.io/contact
## License
MIT. See `LICENSE.txt`
Forever Open Source. No Open Core or "Enterprise Edition".