mirror of
https://github.com/r3bo0tbx1/tor-guard-relay.git
synced 2026-04-06 00:32:04 +02:00
This update refines the Tor relay configuration and build process: - Security: Disables DirPort and adopts ciissversion:2 for ContactInfo. - Performance: Adds IPv6 support and hardware acceleration options. - Builds: Establishes Stable vs. Edge variants for better testing cycles. - Tooling: Integrates nyx.config and cleans up legacy tags. - Sync: Aligns cosmos-compose and docker-compose templates. - Update retention policy: Keep last 7 versions No breaking changes introduced.
28 lines
788 B
Plaintext
28 lines
788 B
Plaintext
Nickname ShinobiKage
|
|
ContactInfo email:your-email[]example.com pgp:YOUR_PGP_FINGERPRINT ciissversion:2
|
|
Address YOUR.IPV4.IP.ADDRESS
|
|
ORPort 24819 IPv4Only
|
|
ORPort [YOUR:IPV6:IP:ADDRESS::]:24819
|
|
BridgeRelay 1
|
|
PublishServerDescriptor bridge
|
|
BridgeDistribution any
|
|
AssumeReachable 1
|
|
ExtORPort auto
|
|
AddressDisableIPv6 0
|
|
ServerTransportPlugin obfs4 exec /usr/bin/lyrebird
|
|
ServerTransportListenAddr obfs4 0.0.0.0:443
|
|
NumCPUs 1
|
|
MaxMemInQueues 256 MB
|
|
AvoidDiskWrites 1
|
|
RunAsDaemon 0
|
|
RelayBandwidthRate 75 KBytes
|
|
RelayBandwidthBurst 1 MBytes
|
|
HardwareAccel 1
|
|
DataDirectory /var/lib/tor
|
|
Log notice file /var/log/tor/bridge_log
|
|
Log notice stdout
|
|
ControlPort 0
|
|
ControlSocket /var/lib/tor/control_socket_bridge
|
|
ControlSocketsGroupWritable 1
|
|
#HashedControlPassword 16:YOUR_HASHED_PASSWORD_HERE
|
|
SocksPort 0 |