Skip to content

Commit

Permalink
Remove superfluous comments
Browse files Browse the repository at this point in the history
  • Loading branch information
miri64 committed Feb 23, 2024
1 parent a70929b commit d4cfd1a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions draft-lenders-core-dnr.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,13 +256,12 @@ authenticator-domain-name: ""
ipv6-address: <DoC server address>
svc-params:
- coaptransfer="tcp"
- /* or ace-edhoc?, also encoded as a numeric value */,
- objectsecurity="edhoc"
- objectsecurity="edhoc" /* TBD: or ace-edhoc? */
- docpath="/dns",
- port=61616,
- oauth-aud="dns.example.com",
- oauth-scope="resolve DNS"/* should this be expressed at all? */,
- oauth-as="coap://as.example.com" /* encoded as a CRI? */
- oauth-scope="resolve DNS"
- oauth-as="coap://as.example.com"
~~~~~~~

# Security Considerations
Expand Down

0 comments on commit d4cfd1a

Please sign in to comment.