Releases: Isusami/findns
Releases · Isusami/findns
Release list
v1.0.3
findns v1.0.3
Releases now ship as one zip per platform, with everything you need bundled together.
Per-platform zips
Each findns-<os>-<arch>.zip contains:
findns(orfindns.exeon Windows) — main scanner binarymasterdnsvpn-client(or.exe) — companion binary for thee2e/masterdnsstep (now in every platform zip)scan_ips_public.txt— bundled CIDR list (~6,166 /24 ranges, ~1.57M IPs); auto-detected byfindns scanwhen no-i/--cidr/--cidr-fileis setREADME.txt— platform-specific quick-start with the right line-continuation syntax (^for cmd.exe,\for POSIX)slipstream-client— additionally bundled infindns-linux-amd64.zip
Filename / asset changes
ipv4.txtis nowscan_ips_public.txt(in the repo, in the zip, and in the auto-detection incmd/scan.go).- The Windows binary inside the zip is plain
findns.exe(no platform suffix). - Standalone bare binaries (
findns-linux-amd64,findns-windows-amd64.exe,masterdnsvpn-client-*, etc.) are no longer published — grab the zip for your platform.
Quick start
Windows (cmd.exe)
-
Extract
findns-windows-amd64.zip. -
Open
cmd.exeandcdinto the extracted folder. -
Run:
findns.exe e2e masterdns ^ --input scan_ips_public.txt ^ --output mdvpn_results.json ^ --masterdns-domain w.example.com ^ --masterdns-key-file mdkey.txt ^ --masterdns-encryption-method 2 ^ --workers 1 --e2e-timeout 45
Linux / macOS
-
Extract
findns-<os>-<arch>.zip. -
chmod +x ./findns ./masterdnsvpn-client(macOS: alsoxattr -d com.apple.quarantine ./findns ./masterdnsvpn-clientif Gatekeeper blocks). -
Run:
./findns e2e masterdns \ --input scan_ips_public.txt \ --output mdvpn_results.json \ --masterdns-domain w.example.com \ --masterdns-key-file mdkey.txt \ --masterdns-encryption-method 2 \ --workers 1 --e2e-timeout 45
v1.0.2
findns v1.0.2
What's new
- MasterDnsVPN in TUI: dedicated section under E2E with inputs for tunnel domains, key/key-file, encryption method (1/2/3), an optional
client_config.tomltemplate, and an MTU bisect toggle. Mirrors the existing--masterdns-*CLI flags. - Bundled
ipv4.txt(~6,166 /24 ranges, ~1.57M IPs) shipped as a release asset and inside the Windows zip.findns scanauto-detects it next to the binary when no-i/--cidr/--cidr-fileis given. --cidr-sample Nflag to control how many IPs are picked per /24 (default10when the bundled list is auto-detected,0= all).- Windows Explorer launch hint: double-clicking
findns.exefrom File Explorer now shows a short "open cmd.exe and run it from there" message and waits for Enter, so the auto-spawned console window no longer flashes and closes. - 8 new TUI tests covering masterdns gating, parse, applyConfig, and buildSteps wiring.
Assets
findns-{linux,darwin,windows}-{amd64,arm64}— main binaryfindns-windows-amd64.zip— convenience Windows bundle:findns.exe+masterdnsvpn-client.exe+ipv4.txt+README.txtmasterdnsvpn-client-{linux,darwin,windows}-{amd64,arm64}— companion tunnel clientslipstream-client-linux-amd64ipv4.txt— standalone bundled CIDR list
Quick start (Windows cmd.exe)
findns.exe e2e masterdns ^
--input scan_ips_public.txt ^
--output mdvpn_results.json ^
--masterdns-domain w.example.com ^
--masterdns-key-file mdkey.txt ^
--masterdns-encryption-method 2 ^
--workers 1 --e2e-timeout 45