https://github.com/harmoniousmoss/kyoto
Kyoto protects your website from malicious traffic by blocking bad IP addresses, harmful URLs, and preventing abuse through rate limiting.
https://github.com/harmoniousmoss/kyoto
actix-web mongodb rust
Last synced: 2 months ago
JSON representation
Kyoto protects your website from malicious traffic by blocking bad IP addresses, harmful URLs, and preventing abuse through rate limiting.
- Host: GitHub
- URL: https://github.com/harmoniousmoss/kyoto
- Owner: harmoniousmoss
- Created: 2024-07-20T03:04:32.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-09-23T08:49:52.000Z (10 months ago)
- Last Synced: 2025-10-27T09:46:26.763Z (9 months ago)
- Topics: actix-web, mongodb, rust
- Language: Rust
- Homepage:
- Size: 92.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# Kyoto - Security & Rate Limiting Service
Kyoto protects your website from malicious traffic by blocking bad IP addresses, harmful URLs, and preventing abuse through rate limiting.
## ✨ Features
- [x] **IP Blacklisting**: Block malicious IP addresses in real-time
- [x] **URL Protection**: Prevent access to harmful or malicious URLs
- [x] **Rate Limiting**: Control traffic flow to prevent abuse
- [x] **Real-time Updates**: Instant security rule updates
- [x] **Authentication**: Secure access control
- [x] **API Integration**: Easy integration with existing systems
## 🛠️ Tech Stack
- **Backend**: Rust with Actix Web framework
- **Database**: MongoDB for data persistence
- **Authentication**: JWT (JSON Web Tokens)
- **Architecture**: RESTful API design
- **Deployment**: Docker containerization support