DNS Probe Tool v1.0.2
🌐 Internationalization
- Translated all user-facing strings to English (help text, error messages, output labels)
- Added English README (
README.md) - Added cross-links between Chinese and English READMEs
✨ Improvements
- Help text and all CLI output now in English for broader accessibility
- Renamed internal variable
国外DNStoforeignDNSfor code consistency
📦 Download
| Platform | Architecture | File |
|---|---|---|
| Windows | amd64 | dns-probe-windows-amd64.exe |
| Linux | amd64 | dns-probe-linux-amd64 |
| Linux | arm64 | dns-probe-linux-arm64 |
🚀 Usage
# Basic query
dns-probe example.com
# DNSSEC validation
dns-probe example.com --dnssec
# DNS pollution detection
dns-probe example.com --pollution🧪 Tests
All 19 test cases have passed.
Related Links
DNS Probe Tool v1.0.2
🌐 国际化
- 将所有用户可见的字符串翻译为英文(帮助说明、错误消息、输出标签)
- 添加英文版 README(
README.md) - 中英文 README 互相添加交叉链接
✨ 改进
- 帮助说明和所有 CLI 输出现在为英文,便于国际用户使用
- 将内部变量
国外DNS重命名为foreignDNS,保持代码一致性
📦 下载
| 平台 | 架构 | 文件 |
|---|---|---|
| Windows | amd64 | dns-probe-windows-amd64.exe |
| Linux | amd64 | dns-probe-linux-amd64 |
| Linux | arm64 | dns-probe-linux-arm64 |
🚀 使用方法
# 基本查询
dns-probe example.com
# DNSSEC验证
dns-probe example.com --dnssec
# DNS污染检测
dns-probe example.com --pollution🧪 测试
所有19个测试用例已通过。