ekDNSHelper Release Checksums
Version: v2.0.0-1-gdfa7e16
Build: dfa7e16
Platform: windows-amd64

SHA256 Checksums:
-----------------
ekdns.exe
  D0B9A6A6B249A443880B2F1487BF67ACC47A607ACF2A017A56F70727CEB06263

To verify (PowerShell):
  $hash = (Get-FileHash -Path ekdns.exe -Algorithm SHA256).Hash
  if ($hash -eq "D0B9A6A6B249A443880B2F1487BF67ACC47A607ACF2A017A56F70727CEB06263") { Write-Host "Verified!" -ForegroundColor Green }

To verify (Linux/macOS):
  echo "D0B9A6A6B249A443880B2F1487BF67ACC47A607ACF2A017A56F70727CEB06263  ekdns.exe" | sha256sum -c -
