Commit Graph

7 Commits

Author SHA1 Message Date
d88139af1b feat(admin): add platform-specific admin privilege checks
- Upgrade Go version from 1.21 to 1.25.0
- Update golang.org/x/sys dependency to v0.42.0
- Add Unix/Linux admin check using os.Geteuid() with sudo requirement
- Add Windows admin check using windows.SID and token membership validation
- Integrate admin privilege validation into main CLI entry point
- Enhance monitor.go with graceful signal handling for Ctrl+C interrupts
- Add signal channels for clean shutdown of monitoring loop
- Ensures VPN client runs with required elevated privileges on both platforms
v1.1
2026-04-06 19:06:03 +06:00
58ffb567ce Merge branch 'main' of https://git.nevetime.ru/Arkon/Go-VPN-Client 2026-04-06 18:58:43 +06:00
e0a5f0f746 feat(gui): add GUI (Test) implementation with documentation and admin support
- Add GUI (Test) module with Fyne-based interface (internal/gui/gui.go, internal/gui/server.go)
- Add CLI monitoring capability (internal/cli/monitor.go)
- Add main_cli.go entry point for CLI-only builds
- Add comprehensive documentation suite covering setup, build, quick start, and changelog
- Add admin manifest (admin.manifest) for Windows UAC elevation support
- Add rsrc.syso.json configuration for resource embedding
- Update .gitignore to exclude build scripts (*.bat, *.sh)
- Update main.go and cli.go to support dual GUI (Test)/CLI modes
- Update README.md with new project information
- Enables users to build and run both GUI (Test)and CLI versions with proper admin privileges on Windows
2026-04-06 18:57:58 +06:00
dbc60009c5 Updated README.md 2026-04-06 07:49:31 +07:00
2980681525 Updated license from GPL 3.0 to AGPL 3.0 2026-04-06 07:42:12 +07:00
be4ec28417 Added LICENSE 2026-04-05 21:52:05 +07:00
83fbe7afdd Initial commit v1.0 2026-04-05 20:33:30 +06:00