Skip to content

Commit 991c56c

Browse files
committed
feat: update readme
1 parent 637ed6c commit 991c56c

1 file changed

Lines changed: 11 additions & 7 deletions

File tree

README.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
1+
<div align="center">
2+
13
# GOWebServer
24

35
GOWebServer is a web server for Growtopia Private Server. It is written in Go and is designed to be fast and efficient.
46

5-
## To-Do
7+
</div>
8+
9+
## Features
610

7-
- [x] Basic HTTP server
8-
- [x] Handle `/growtopia/server_data.php` requests
9-
- [x] Implementing rate limiting requests
10-
- [x] Implementing cache server for Growtopia Client
11-
- [x] Handling missing cache files
12-
- [x] Geo Location checker to block certain countries
11+
- HTTP/HTTPS server with TLS support
12+
- Handle `/growtopia/server_data.php` requests
13+
- Advanced DDoS protection (rate limiting, connection tracking, IP blacklisting)
14+
- Proxy detection with circuit breaker pattern
15+
- Cache server for Growtopia Client with CDN fallback
16+
- Geo Location blocking based on country codes
1317

1418
## Build
1519

0 commit comments

Comments
 (0)