What's Changed
- Added CDN match/filter (
-mcdn
, /-fcdn
) support by @LuitelSamikshya in #579
-mcdn, -match-cdn match host with specified cdn provider (oracle, google, azure, cloudflare, cloudfront, fastly, incapsula, akamai, sucuri, leaseweb)
-fcdn, -filter-cdn filter host with specified cdn provider (oracle, google, azure, cloudflare, cloudfront, fastly, incapsula, akamai, sucuri, leaseweb)
- Added response time-based match/filter (
-mrt
/-frt
) support by @LuitelSamikshya in #597
-mrt, -match-response-time match response with specified response time in seconds (-mrt '< 1')
-frt, -filter-response-time filter response with specified response time in seconds (-frt '> 1')
- Added Custom TLS SNI input (
-sni
) support by @Mzack9999 in #581
-sni, -sni-name Custom TLS SNI name
- Added TLS 1.0 support by @Mzack9999 in #645
- Added ASCII hostname support by @LuitelSamikshya in #615
- Fixed bug with displaying cname when using
ports
by @LuitelSamikshya in #625 - Fixed bug with
-probe-all-ips
when using withports
by @Mzack9999 in #626 - Fixed bug with directory permission issue failing silently by @LuitelSamikshya in #650
- Fixed data race issue by @chavacava in #585
- Fixed bug to make
cdn
check error as non-fatal by @jimen0 in #602 - Fixed bug with input URL fragments being stripped by @LuitelSamikshya in #646
- Memory allocation improvements by @jimen0 in #588
New Contributors
- @forgedhallpass made their first contribution in #589
- @chavacava made their first contribution in #585
Full Changelog: v1.2.1...v1.2.2