simple geo ip server

This commit is contained in:
Lectom C Han
2025-12-05 17:40:46 +09:00
commit 5d0221f67d
12 changed files with 418 additions and 0 deletions

16
.gitignore vendored Normal file
View File

@@ -0,0 +1,16 @@
# Go build artifacts
bin/
*.exe
*.test
*.out
# Modules and vendor
vendor/
# Editor and OS files
.DS_Store
.idea/
.vscode/
# Env files
.env