aboutsummaryrefslogtreecommitdiff
path: root/lib/dns/example_server_test.go
AgeCommit message (Expand)Author
2021-11-13lib/dns: use snake case for file namingShulhan
2021-01-20dns: replace master word with zoneShulhan
2020-08-25dns: add second parameter to PopulateCachesByXXXShulhan
2020-08-18dns: rename MasterFile to ZoneFileShulhan
2020-08-15dns: refactoring the ResourceRecord values from []byte to stringShulhan
2020-08-10dns: split between MasterFile and masterParserShulhan
2020-08-03dns: refactoring resource record fieldsShulhan
2020-06-04dns: refactoring loading hosts and master filesShulhan
2020-02-13dns: check returned error from ListenAndServer in TestMainShulhan
2019-12-18dns: merge Start and Wait into ListenAndServeShulhan
2019-10-17dns: change the server certificate options to load from filesShulhan
2019-10-16dns: refactoring server optionsShulhan
2019-04-12dns: remove TCPPort on ServerOptionsShulhan
2019-04-12dns/client: add parameter to set recursion on Lookup()Shulhan
2019-04-12dns: refactor server to use cachesShulhan
2019-04-12dns/sender: change the Send parameter to slice of byte instead of MessageShulhan
2019-04-12dns: use direct certificate instance on ServerOptionsShulhan
2019-04-12dns: add caches for serverShulhan
2019-04-12dns/server: refactor server to use Start, Wait, and StopShulhan
2019-01-28lib/dns: remove request poolShulhan
2019-01-28lib/dns: change the port number on testShulhan
2018-11-29all: fix warnings from lintersShulhan
2018-09-27lib/dns: add field Kind to requestShulhan
2018-09-25lib/dns: add type server options to configure serverShulhan
2018-09-25lib/dns: implement client and server for DNS over HTTPSShulhan
2018-09-05lib/dns: add examples for server, TCP client, and UDP clientShulhan