mirror of
https://github.com/coredns/coredns.git
synced 2026-06-02 15:20:23 -04:00
Signed-off-by: Dmytro Alieksieiev <1865999+dragoangel@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
33c71b1554
commit
ce0e5a6f39
@@ -57,6 +57,10 @@ type Forward struct {
|
||||
failoverRcodes []int
|
||||
maxConnectAttempts uint32
|
||||
|
||||
// Hostname resolution fields
|
||||
resolver []string // custom resolver IPs for hostname TO resolution
|
||||
toEntries []toEntry // ordered TO entries preserving config order
|
||||
|
||||
opts proxyPkg.Options // also here for testing
|
||||
|
||||
// ErrLimitExceeded indicates that a query was rejected because the number of concurrent queries has exceeded
|
||||
|
||||
Reference in New Issue
Block a user