
ドメインを含むファイル名を受け取り、すべてのドメインのCNAMEを取得する高速なGolangツール
s

$ go get -u github.com/yghonem14/cngo
cngoはテキストファイルのみを受け付けます:
$ cngo -f ~/targets/spotify.txt
creativeservice.spotify.com -> creativeservicespotify.s3.amazonaws.com
crashdump.spotify.com -> www.crashdump.s3.amazonaws.com
-cフラグで並行処理数を設定できます:
$ cngo -f ~/targets/spotify.txt -c 35
-tを使用してタイムアウトを設定できます:
$ cngo -f ~/targets/spotify.txt -t 3