Files
vpn-raspberry/.gitignore
Maxim 6b74cf61df Первые наброски конфигураций WireGuard + udp2raw
- Конфиги сервера (Ubuntu) и клиента (Raspberry Pi 4): wg0.conf, systemd-сервисы udp2raw, nftables
- README с инструкцией по развёртыванию и генерации ключей
- .gitignore: исключены бинарный архив udp2raw и генерируемые *.key
- .gitattributes: LF для всех Linux-конфигов (.conf/.service/.sh)
2026-07-07 11:37:23 +03:00

34 lines
582 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# --- Секреты и ключи (никогда не коммитим) ---
*.key
*_private.key
*_public.key
*.pem
# --- Бинарные архивы / скачанные релизы udp2raw ---
udp2raw_binaries.tar.gz
udp2raw_*
!udp2raw-*.service
# --- Локальные / персональные конфиги (перед деплоем копируются вручную) ---
*.local
*.local.conf
secrets.env
.env
# --- ОС ---
# Windows
Thumbs.db
Desktop.ini
$RECYCLE.BIN/
# macOS
.DS_Store
# Linux
*~
# --- Редакторы ---
.vscode/
.idea/
*.swp
*.swo
*.bak