mirror of
https://github.com/coredns/coredns.git
synced 2025-10-29 17:24:20 -04:00
Update parse.go (#3122)
This commit is contained in:
@@ -78,7 +78,7 @@ func parseRequest(state request.Request) (r recordRequest, err error) {
|
|||||||
return r, nil
|
return r, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
// Because of ambiquity we check the labels left: 1: an endpoint. 2: port and protocol.
|
// Because of ambiguity we check the labels left: 1: an endpoint. 2: port and protocol.
|
||||||
// Anything else is a query that is too long to answer and can safely be delegated to return an nxdomain.
|
// Anything else is a query that is too long to answer and can safely be delegated to return an nxdomain.
|
||||||
switch last {
|
switch last {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user