π 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.2Or 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.txtwith 7,886 DNS servers - Fully open-source under MIT License