lazy commit

This commit is contained in:
FlyingWithJerome 2021-09-29 18:53:37 -04:00
parent 33c7fd5fba
commit b238cf3dca
3 changed files with 12 additions and 12 deletions

View file

@ -3887,7 +3887,7 @@ type dns_loc_rr: record {
type dns_svcb_rr: record {
svc_priority: count; ##< Service priority. (AliasMode? ServiceMode?)
target_name: string; ##< Target name, the hostname of the service endpoint.
svc_params: table[count] of vector of string; ##< service parameters as key-value pairs
svc_params: table[count] of vector of string; ##< service parameters as key-value pairs (not used at this point)
};
# DNS answer types.