Add README, MIT license and .gitignore

README documents the reverse-tunnel use case, features, security model and
usage steps. .gitignore excludes OS/editor cruft and prevents accidental
commit of generated WireGuard configs (which contain private keys).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-10 02:03:19 +02:00
parent 511f95f938
commit 2471fcfc65
3 changed files with 114 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
# OS
.DS_Store
Thumbs.db
desktop.ini
# Editor / IDE
.vscode/
.idea/
*.swp
*.swo
*~
.claude/
# Temp files
*.tmp
*.bak
*.log
# Generated WireGuard configs (sollten nicht ins Repo)
*.conf
!example.conf
# Saved tokens (verschlüsselt, aber trotzdem nichts fürs Repo)
*.token