tg / suffix

Find DNS names matching suffixes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

suffix
======

Suffix is a Go package and command line tool for matching suffixes in DNS names.
For example by loading http://data.iana.org/TLD/tlds-alpha-by-domain.txt
one could easily filter lines containing names matching listed suffixes.

Install CLI:
	go get github.com/tg/pgress/cmd/...

Run:
	suffix -h

About

Find DNS names matching suffixes.

License:MIT License


Languages

Language:Go 100.0%