Sign Up

dnsvalidator

Trickest - GitHub

Basic Usage Examples

Verify Single Server

Pass a target DNS server (e.g. trickest.io) to the target input (type string).

dnsvalidator node connected with target string node in the workflow editor

Run dnsvalidator against one server

Verify Multiple Servers

Pass a list of DNS servers to be verified, contained within a file, to the targets-list input (type file).

screenshot of dnsvalidator node connected with file type input node in the workflow editor

Run dnsvalidator against multiple servers

Improvements

Multi-threaded Verification

Dnsvalidator is designed to maintain result reliability with an increased number of threads. Default number of threads is 5. To increase number of threads, pass desired value to the threads input (type string).

screenshot of dnsvalidator node connected with two input nodes in the workflow editor

Timeout

Specify a timeout value (default:600) in seconds for any single thread by passing the desired value to the timeout input (type string).

screenshot of dnsvalidator node connected with three input nodes in the workflow editor

No-color

Use no-color boolean input to strip out any foreground or background colours.

screenshot of dnsvalidator node connected with two input nodes in the workflow editor

Notable Workflows