No description
Find a file
Daniel Gorbe eedf51926b
All checks were successful
go test / go-test (push) Successful in 1m26s
Go Report Card / generate-report (push) Successful in 7s
pkg.go.dev / pull-new-commit (push) Successful in 49s
Fix variable
2025-10-10 14:30:53 +02:00
.forgejo/workflows Fix variable 2025-10-10 14:30:53 +02:00
a.go Add QueryA(), QuercyAAAA() and QuerySOA() 2025-04-21 17:38:22 +02:00
aaaa.go Add QueryA(), QuercyAAAA() and QuerySOA() 2025-04-21 17:38:22 +02:00
client.go Ignore CNAME record in SOA answers 2025-05-05 08:22:30 +02:00
client_test.go Add NS record 2025-04-23 19:11:20 +02:00
defaultclient.go Return a pointer for SOA 2025-05-05 08:21:45 +02:00
defaultclient_test.go Update tests 2025-04-21 18:11:24 +02:00
go.mod Add NameServer and Rcode 2025-04-19 18:10:43 +02:00
go.sum Add NameServer and Rcode 2025-04-19 18:10:43 +02:00
https.go Add HTTPS and SVCB types 2025-04-22 19:15:45 +02:00
LICENSE Initial commit 2025-04-17 16:38:52 +02:00
nameserver.go Update doc 2025-04-23 10:09:42 +02:00
nameserver_test.go Change NameServer fields to unexported 2025-04-22 19:14:48 +02:00
ns.go Add NS record 2025-04-23 19:11:20 +02:00
rcode.go Add QueryA(), QuercyAAAA() and QuerySOA() 2025-04-21 17:38:22 +02:00
rcode_test.go Add NameServer and Rcode 2025-04-19 18:10:43 +02:00
README.md Add oneliner to get the latest commit 2025-04-21 18:42:56 +02:00
soa.go Add QueryA(), QuercyAAAA() and QuerySOA() 2025-04-21 17:38:22 +02:00
svcb.go Add HTTPS and SVCB types 2025-04-22 19:15:45 +02:00

dns

Go Reference Go Report Card

go get git.gorbe.io/go/dns@latest

Get the latest commit (if Go module proxy is not updated):

go get "git.gorbe.io/go/dns@$(curl -s 'https://git.gorbe.io/api/v1/repos/go/dns/commits' | jq -r '.[0].sha')"