AdGuardHome/dnsforward
Eugene Bujak 0f5dd661f5 Add support for bootstrapping upstream DNS servers by hostname. 2018-12-06 00:22:20 +03:00
..
standalone Add dns forwarding server library 2018-12-05 16:54:56 +03:00
bootstrap.go Add support for bootstrapping upstream DNS servers by hostname. 2018-12-06 00:22:20 +03:00
cache.go Add dns forwarding server library 2018-12-05 16:54:56 +03:00
cache_test.go Add dns forwarding server library 2018-12-05 16:54:56 +03:00
dnsforward.go Add support for bootstrapping upstream DNS servers by hostname. 2018-12-06 00:22:20 +03:00
dnsforward_test.go dnsforward -- add a simple test that launches a server and queries well-known value through it 2018-12-05 20:13:35 +03:00
helpers.go Fix a logical race that wasn't detectable by -race -- we were closing a connection that was already reestablished. 2018-12-05 16:56:11 +03:00
querylog.go dnsforward -- Move querylog from coredns plugin, a more complex migration with proper API took too long so a simple move was used instead to save time. 2018-12-05 16:57:21 +03:00
querylog_file.go dnsforward -- Move querylog from coredns plugin, a more complex migration with proper API took too long so a simple move was used instead to save time. 2018-12-05 16:57:21 +03:00
querylog_top.go dnsforward -- Move querylog from coredns plugin, a more complex migration with proper API took too long so a simple move was used instead to save time. 2018-12-05 16:57:21 +03:00
ratelimit.go dnsforward -- implement ratelimit and refuseany 2018-12-05 18:49:19 +03:00
ratelimit_test.go dnsforward -- implement ratelimit and refuseany 2018-12-05 18:49:19 +03:00
stats.go dnsforward -- Move querylog from coredns plugin, a more complex migration with proper API took too long so a simple move was used instead to save time. 2018-12-05 16:57:21 +03:00
upstream.go Add support for bootstrapping upstream DNS servers by hostname. 2018-12-06 00:22:20 +03:00
upstream_pool.go Add support for bootstrapping upstream DNS servers by hostname. 2018-12-06 00:22:20 +03:00
upstream_test.go Add support for bootstrapping upstream DNS servers by hostname. 2018-12-06 00:22:20 +03:00