🚀 dnstt DNS Tunnel: VPN Configuration

Precompiled binaries for dnstt - DNS tunnel with DoH/DoT support.

For more information, check the main project: https://www.bamsoftware.com/software/dnstt/

🚀 Easy Server Deployment

For automated server setup and management, use our deployment script!

The script provides one-click installation, interactive configuration, and easy management for dnstt servers.

📖 View Setup Guide on GitHub
Quick Install:
bash <(curl -Ls https://raw.githubusercontent.com/bugfloyd/dnstt-deploy/main/dnstt-deploy.sh)

🐧 Linux

Client - Linux x64
Intel/AMD 64-bit processors
Client - Linux ARM64
ARM 64-bit (Raspberry Pi 4, AWS Graviton)
Server - Linux x64
Intel/AMD 64-bit processors
Server - Linux ARM64
ARM 64-bit processors

🪟 Windows

Client - Windows x64
Intel/AMD 64-bit processors
Client - Windows x86
32-bit processors (legacy)
Server - Windows x64
Intel/AMD 64-bit processors

🍎 macOS

Client - macOS Intel
Intel-based Macs
Client - macOS Apple Silicon
M1, M2, M3 processors
Server - macOS Intel
Intel-based Macs
Server - macOS Apple Silicon
M1, M2, M3 processors
⚠️ Security Notice: Verify file integrity using the checksums below before running any downloaded binary.

🔐 File Verification

Verify file integrity before use:

SHA256SUMS
Recommended verification file
SHA1SUMS
Alternative verification file
MD5SUMS
Legacy verification file

Verification Commands:

# Download checksum file and verify all binaries:
wget https://dnstt-server-client.s3.amazonaws.com/SHA256SUMS
sha256sum -c SHA256SUMS

# Or verify a single file:
sha256sum dnstt-client-linux-amd64
# Compare output with corresponding line in SHA256SUMS