Skip to content

Releases: batmanpriv/ct

Release list

1.0.2

Choose a tag to compare

@batmanpriv batmanpriv released this 21 Jul 16:06
eb0c4fb

🚀 CT v1.0.2 - First Public Release

📦 What's New

This is the first public release of CT - a comprehensive network diagnostic and optimization tool.

✨ Features

DNS Benchmark Module:

  • Multi-domain DNS testing with UDP/TCP support
  • DNS-over-TLS (DoT) and DNS-over-HTTPS (DoH) support
  • DNSSEC, EDNS, and IPv6 detection
  • HTTP verification for accurate results
  • Geolocation (Country/ISP) for each DNS server
  • Smart scoring system (0-100)

Proxy Checker Module:

  • Support for HTTP, HTTPS, SOCKS4, and SOCKS5
  • Authentication support (username/password)
  • Anonymity detection (elite/anonymous/transparent)
  • Proxy scraping and downloading from public sources
  • IPv6 support

System Integration:

  • Auto-apply best DNS/Proxy to system
  • Cross-platform (Windows, Linux, macOS)
  • Status checking for current settings

📥 Installation

go install github.com/batmanpriv/ct@1.0.2

Or download the binary for your platform from the assets below.

🔧 Quick Start

# DNS Benchmark
ct -dns resolvers.txt -mode 1 -score

# Proxy Checker
ct -proxy proxies.txt -proxy-score

📝 Notes

  • Built with Go 1.25+
  • Includes resolvers.txt with 7,886 DNS servers
  • Fully open-source under MIT License