Skip to content

Instantly share code, notes, and snippets.

View rpomykala's full-sized avatar
🐰

Rose rpomykala

🐰
View GitHub Profile
@rpomykala
rpomykala / dns-get.go
Last active April 14, 2020 04:59
Gets all DNS records and formats it into a map of fqdn + short answer, converting the domain from reverse to forward
package main
import (
"fmt"
"log"
"net/http"
"os"
"time"
"net/url"
"net"