
डोमेन और सबडोमेन के लिए Cname प्राप्त करने हेतु तेज़ Golang टूल
तेज़ Golang टूल जो डोमेन वाली फ़ाइल नाम लेता है और हर डोमेन के लिए cname प्राप्त करता है
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