Initial code commit

This commit is contained in:
Warezpeddler
2026-01-29 00:03:02 +00:00
commit 8f35bb7ec8
38 changed files with 6039 additions and 0 deletions

57
.gitignore vendored Normal file
View File

@@ -0,0 +1,57 @@
# Binaries
sslh-lab
sslh-lab.exe
sslh-lab.darwin
sslh-lab.linux
sslh-lab.windows
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary
*.test
# Output of the go coverage tool
*.out
# Dependency directories
vendor/
# Go workspace file
go.work
# IDE
.idea/
.vscode/
.cursor/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Deployment data
.deployments/
~/.sslh-lab/
# Build artifacts
dist/
build/
# Logs
*.log
debug.log
# Temporary files
*.tmp
*.temp
/tmp/
*.bak
*.backup
# Custom
progress.txt