| LOW | plugin.cfg | 1 | # Directives are registered in the order they should be executed. |
| LOW | core/dnsserver/config.go | 61 | TLSConfig *tls.Config |
| LOW | core/dnsserver/config.go | 81 | // datagrams from the same remote address that carry no PROXY Protocol header |
| LOW | core/dnsserver/server_quic.go | 21 | |
| LOW | core/dnsserver/server_quic.go | 341 | // implementation. |
| LOW | test/cache_test.go | 161 | t.Fatalf("Expected no OPT RR, but got: %s", resp.Extra[0]) |
| LOW | test/view_test.go | 161 | t.Error(err) |
| LOW | plugin/plugin.go | 21 | // Handler is like dns.Handler except ServeDNS may return an rcode |
| LOW | plugin/plugin.go | 41 | // so it can be logged by designated error-handling plugin. |
| LOW | plugin/test/scrape.go | 1 | // Adapted by Miek Gieben for CoreDNS testing. |
| LOW | plugin/file/lookup.go | 61 | ) |
| LOW | plugin/file/xfr_test.go | 21 | for _, r := range records { |
| LOW | plugin/file/tree/tree.go | 1 | // Copyright ©2012 The bíogo Authors. All rights reserved. |
| LOW | plugin/kubernetes/parse.go | 21 | service string |
| LOW | plugin/kubernetes/object/object.go | 1 | // Package object holds functions that convert the objects from the k8s API in |
| LOW | plugin/metadata/provider.go | 1 | // Package metadata provides an API that allows plugins to add metadata to the context. |
| LOW | plugin/metadata/provider.go | 21 | // if cached != "" { |
| LOW | plugin/pkg/proxyproto/proxyproto.go | 21 | |
| LOW | plugin/pkg/proxyproto/proxyproto.go | 41 | type PacketConn struct { |
| LOW | plugin/pkg/tls/tls.go | 21 | tls.TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305, |
| LOW | plugin/pkg/tls/tls.go | 41 | // - creates a Config with a cert, using system CAs to validate the other end |
| LOW | plugin/pkg/up/up.go | 1 | // Package up is used to run a function for some duration. If a new function is added while a previous run is |
| LOW | plugin/pkg/fall/fall.go | 1 | // Package fall handles the fallthrough logic used in plugins that support it. Be careful when including this |
| LOW | plugin/route53/route53.go | 161 | // "If the domain name includes any characters other than a to z, 0 to 9, - |
| LOW | plugin/deprecated/setup.go | 1 | // Package deprecated is used when we deprecated plugin. In plugin.cfg just go from |