Releases: SamNet-dev/findns
Releases · SamNet-dev/findns
v0.1.1
findns v0.1.1
DNS tunnel resolver scanner — find the best resolvers for DNSTT & Slipstream tunneling.
Features
- Full scan pipeline:
ping → resolve → nxdomain → edns → tunnelin one command - UDP + DoH scanning support
- NXDOMAIN hijack detection — filter out resolvers that inject fake answers
- EDNS payload testing — find resolvers that support large payloads (faster tunnels)
- End-to-end tunnel verification — optional real DNSTT/Slipstream connectivity test
- Built-in resolver fetcher — download 25,000+ resolvers including Iranian/regional lists
- TUI with progress bars, step counters, and results table
- Cross-platform static binaries (no dependencies)
Quick Start
# Download
curl -LO https://github.com/SamNet-dev/findns/releases/latest/download/findns-linux-amd64
chmod +x findns-linux-amd64
# Fetch resolvers (including Iranian)
./findns-linux-amd64 fetch -o resolvers.txt --local
# Scan
./findns-linux-amd64 scan -i resolvers.txt -o results.json --domain t.yourdomain.comDownloads
| Platform | File |
|---|---|
| Linux x64 | findns-linux-amd64 |
| Linux ARM64 | findns-linux-arm64 |
| macOS Intel | findns-darwin-amd64 |
| macOS Apple Silicon | findns-darwin-arm64 |
| Windows x64 | findns-windows-amd64.exe |
v0.1.0
Full Changelog: https://github.com/SamNet-dev/findns/commits/v0.1.0