mirror of
https://github.com/r3bo0tbx1/tor-guard-relay.git
synced 2026-04-05 16:22:01 +02:00
Refactors the repository configuration to streamline CI/CD processes and tune Tor relay settings. **CI & Build:** - 👷 Enhance `cleanup.yml` with clearer cache deletion and logging. - 🐳 Update `.dockerignore` to streamline CI builds. - 🔧 Simplify `.gitattributes` and prune `.hadolint.yaml` comments. **Tor Configuration:** - 🛡️ Tune `relay-guard.conf` for performance and remove noise. - 🌉 Update `relay-bridge.conf` ORPort/ServerTransport settings. - ⚡ Refine `relay-exit.conf` exit policies and bandwidth limits. **Misc & Cleanup:** - 💄 Improve startup banner aesthetics in `docker-entrypoint.sh`. - 📝 Add JS execution warnings to `tor-exit-notice` HTML template. - 🔥 Remove obsolete `examples/.env` file.
31 lines
321 B
Plaintext
31 lines
321 B
Plaintext
# 🧱 optimized for CI builds
|
|
|
|
.git
|
|
.gitignore
|
|
.gitattributes
|
|
.github/
|
|
*.md
|
|
CHANGELOG.md
|
|
CONTRIBUTING.md
|
|
CODE_OF_CONDUCT.md
|
|
SECURITY.md
|
|
LICENSE.txt
|
|
examples/
|
|
templates/
|
|
docs/
|
|
config/
|
|
*.conf
|
|
*.json
|
|
*.yaml
|
|
*.yml
|
|
*.log
|
|
*.tmp
|
|
*.bak
|
|
*.swp
|
|
*.DS_Store
|
|
!Dockerfile
|
|
!Dockerfile.edge
|
|
!tools/
|
|
!docker-entrypoint.sh
|
|
!healthcheck.sh
|