Initial commit: README, LICENSE (MIT), .gitignore, go.mod

Drover-Go is a Discord proxy tool that routes traffic through SOCKS5
via kernel-level packet capture (WinDivert), surviving Discord
auto-updates and bypassing the limitations of in-app proxy settings.

This commit lays out base project files:
- README with architecture overview and acknowledgements
- LICENSE MIT
- .gitignore for Go + Wails + IDE artifacts
- go.mod with module git.okcu.io/root/drover-go on Go 1.23

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-01 00:06:51 +03:00
commit d1420593f6
4 changed files with 124 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
module git.okcu.io/root/drover-go
go 1.23