Update parse.go (#3122)
This commit is contained in:
parent
a23617b84b
commit
3c45e55f91
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue