index
:
pakakeh.go
dev
main
Collections of packages and tools for working with Go programming language.
Shulhan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
dns
/
client.go
Age
Commit message (
Expand
)
Author
2026-01-15
all: convert license and copyright to use SPDX identifiers
Shulhan
2023-12-13
all: fix linter warnings reported by revive
Shulhan
2022-05-09
all: reformat all codes using gofmt 1.19 (the Go tip)
Shulhan
2022-04-12
lib/dns: add function to create new client using name server URL
Shulhan
2021-11-16
lib/dns: refactoring, change signature of client Lookup
Shulhan
2021-11-14
lib/dns: refactoring, introduce new type RecordClass
Shulhan
2021-11-14
lib/dns: refactoring, create type RecordType to represent type of RR
Shulhan
2020-08-15
dns: refactoring the ResourceRecord values from []byte to string
Shulhan
2019-10-17
dns: implement server for DNS over TLS
Shulhan
2019-05-17
dns: export Lookup method as part of Client interface
Shulhan
2019-04-12
dns: remove address parameter on client Query
Shulhan
2019-04-12
dns: simplify server request using io.Writer
Shulhan
2019-04-12
dns: remove receiver interface
Shulhan
2018-09-25
lib/dns: add method to set timeout and remote address on Client
Shulhan
2018-09-25
lib/dns: add method Query and change RemoteAddr return type to string
Shulhan
2018-08-24
lib/dns: add method Close to Client interface
Shulhan
2018-08-24
lib/dns: add interface for sender, receiver, and client
Shulhan
2018-08-22
lib/dns: Implement client with TCP connection
Shulhan
2018-08-18
lib/dns: replace QueryType with uint16
Shulhan
2018-08-18
lib/dns.Send: set deadline before calling WriteToUDP
Shulhan
2018-08-18
lib/dns.Send: move message marshaling binary to lookup
Shulhan
2018-08-18
lib/dns: add method to add remote address using net.UDPAddr
Shulhan
2018-08-18
lib/dns: NewClient: do not set default name server if parameter is empty
Shulhan
2018-08-18
lib/dns: move expanding message packet to Reset method
Shulhan
2018-08-17
Fix warnings from linter
Shulhan
2018-08-17
lib/dns: remove type QueryClass, change it to uin16
Shulhan
2018-08-16
dns: library that implement DNS client as in RFC 1035
Shulhan