ZIP
WinGet
SmartDNS-rs (MSVC toolchain)
YISH · 0.12.2 · arm64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Distributed as a ZIP archive — extract the contents and run the executable directly. No installer is included.
File Identity
Filename
smartdns-aarch64-pc-windows-msvc-v0.12.2.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
mokeyish.SmartDNS-rs
Version
0.12.2
Description
A cross platform local DNS server (Dnsmasq like) written in Rust to obtain the fastest website IP for the best Internet experience, supports DoT, DoQ, DoH, DoH3.
License
GPL-3.0
↗
Installer URL
https://github.com/mokeyish/smartdns-rs/releases/download/v0.12.2/smartdns-aarch64-pc-windows-msvc-v0.12.2.zip
Release Notes
What's Changed
- ✨ Add MSI package generation using WiX Toolset by @mokeyish in https://github.com/mokeyish/smartdns-rs/pull/588
- 👷 Fix artifacts path wildcard pattern by @mokeyish in https://github.com/mokeyish/smartdns-rs/pull/589
- 🐛 Fix inconsistent IP binding behavior across platforms by @mokeyish in https://github.com/mokeyish/smartdns-rs/pull/586
- 🐛 Fix mDNS url parsing by @mokeyish in https://github.com/mokeyish/smartdns-rs/pull/587
- 🐛 New version in filenames in Dockerfile by @SamTV1…