Documentation for the Zcash DNS seeder.
- Architecture - System design, components, and key decisions (ADRs)
- Operations - Configuration, deployment, and monitoring
- Development - Contributing and development guide
👨💼 Operators: Read Operations
👨💻 Developers: Read Architecture → Development
👀 Code Reviewers: Read Architecture
A DNS seeder for Zcash that:
- Crawls the network to discover healthy peers
- Serves DNS A/AAAA records to clients
- Implements rate limiting to prevent DDoS abuse
- Provides Prometheus metrics
Built with Rust using zebra-network and hickory-dns.