mirror of
https://github.com/r3bo0tbx1/tor-guard-relay.git
synced 2026-04-06 00:32:04 +02:00
🔧 New tool: gen-family - generate/view Happy Family keys - Supports --force flag to overwrite existing keys without backup prompt 🐳 Dockerfiles: gen-family in both Dockerfile and Dockerfile.edge 🔧 Entrypoint: - Phase 2: detect *.secret_family_key, log found keys (informational only) - Guard/exit config gen: append FamilyId + MyFamily from ENV vars - Bridge intentionally excluded 📊 Status tool: show family key count + Happy Family config state 📚 Docs: - README: Happy Family section (generate / import), persistence table, flowchart - ARCHITECTURE: all mermaid diagrams updated (Phase 2, config gen, tools, dirs) - TOOLS: full gen-family reference with examples and exit codes - DEPLOYMENT, MIGRATION, MIGRATION-V1.1.X, TROUBLESHOOTING: 5 -> 6 tools - FAQ, example configs: version bump + FamilyId/MyFamily placeholders - Directory authority voting: how 9 dirauths vote on relay flags (5/9 consensus) - CIISS v2 ContactInfo: field reference, generator link, proof:uri-rsa verification - All TOR_CONTACT_INFO examples updated to CIISS v2 format across templates and docs 📋 Templates: - Guard/exit/multi-relay compose: TOR_FAMILY_ID + TOR_MY_FAMILY env vars - All cosmos-compose + docker-compose versions -> 1.1.7 👷 CI: validate.yml gen-family in 8 spots (threshold 6), security tests, quick-test 🛡️ SECURITY.md: 1.1.7 active, 1.1.6 maintenance, gen-family in tools list 🔖 Version bump 1.1.6 -> 1.1.7 across 30+ files, tool count 5 -> 6, CHANGELOG entry No breaking changes. TOR_FAMILY_ID and TOR_MY_FAMILY are optional.
37 lines
1.0 KiB
Plaintext
37 lines
1.0 KiB
Plaintext
Nickname MyTorBridge
|
|
ContactInfo email:your-email[]example.com pgp:YOUR_PGP_FINGERPRINT ciissversion:2
|
|
|
|
# Happy Family (Tor 0.4.9+) - replaces MyFamily
|
|
# Generate with: docker exec tor-bridge gen-family MyRelays
|
|
#FamilyId YOUR_FAMILY_ID_HERE
|
|
|
|
# MyFamily (legacy - keep BOTH during transition period)
|
|
#MyFamily FINGERPRINT_OF_OTHER_RELAY_1
|
|
#MyFamily FINGERPRINT_OF_OTHER_RELAY_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 |