mirror of
https://github.com/r3bo0tbx1/tor-guard-relay.git
synced 2026-04-06 00:32:04 +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.
21 lines
534 B
Plaintext
21 lines
534 B
Plaintext
Nickname MyTorGuardRelay
|
|
ContactInfo your-email@example.com <0xYOUR_PGP_FINGERPRINT>
|
|
ORPort 9001
|
|
ORPort [::]:9001
|
|
DirPort 9030
|
|
ExitRelay 0
|
|
ExitPolicy reject *:*
|
|
RelayBandwidthRate 10 MBytes
|
|
RelayBandwidthBurst 20 MBytes
|
|
NumCPUs 1
|
|
MaxMemInQueues 1024 MB
|
|
DisableDebuggerAttachment 1
|
|
AvoidDiskWrites 1
|
|
DataDirectory /var/lib/tor
|
|
Log notice file /var/log/tor/notices.log
|
|
Log notice stdout
|
|
ControlPort 0
|
|
ControlSocket /var/lib/tor/control_socket
|
|
ControlSocketsGroupWritable 1
|
|
#HashedControlPassword 16:YOUR_HASHED_PASSWORD_HERE
|
|
SocksPort 0 |