initial commit

This commit is contained in:
2026-04-07 17:41:25 +02:00
commit 1ed9bdfa55
45 changed files with 4712 additions and 0 deletions

52
protonvpn-wg-confgen/.gitignore vendored Normal file
View File

@@ -0,0 +1,52 @@
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool
*.out
# Go vendor directory
vendor/
# Build directory
build/
# Binary
protonvpn-wg-confgen
# IDE specific files
.vscode/
.idea/
*.swp
*.swo
*~
# OS specific files
.DS_Store
Thumbs.db
# Configuration files generated by the tool
*.conf
# Session files
.protonvpn-session.json
# Temporary files
*.tmp
*.bak
# Log files
*.log
# Debug and reference libraries
.debug-libs/
# Claude Code
.claude/
CLAUDE.md