Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
BIND
BIND
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 636
    • Issues 636
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 104
    • Merge Requests 104
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • ISC Open Source Projects
  • BINDBIND
  • Wiki
    • Doh
  • DOH and DoT Design

DOH and DoT Design · Changes

Page history
Update DOH and DoT Design authored Dec 08, 2020 by Evan Hunt's avatar Evan Hunt
Hide whitespace changes
Inline Side-by-side
Showing with 6 additions and 6 deletions
+6 -6
  • DoH/DOH-and-DoT-Design.md DoH/DOH-and-DoT-Design.md +6 -6
  • No files found.
DoH/DOH-and-DoT-Design.md
View page @ 0d1c90da
......@@ -72,16 +72,16 @@ Configuring DoH is more complex, as e.g. multiple views can use the same address
A HTTP/2 server is configured by the following options:
```
http-server <string> [ port <integer> ] [ tls <string> ] { <address_match_element>; ... };
https-server <string> [ port <integer> ] [ tls <string> ] { <address_match_element>; ... };
```
A DoH endpoint for a server is configure with:
```
doh-endpoint <quoted-string> [server <string> ]
https-endpoint <quoted-string> [server <string> ]
```
DISCUSS:
- I would recommend matching the `http-server`/`server` strings, e.g.: `doh-endpoint <quoted-string> [http-server <string> ]` (@ondrej)
- Is it `doh-endpoint` or `http(2)-endpoint`? (@ondrej)
- I would recommend matching the `https-server`/`server` strings, e.g.: `https-endpoint <quoted-string> [https-server <string> ]` (@ondrej)
- Is it `https-endpoint` or `http(2)-endpoint`? (@ondrej)
### Example
```
......@@ -90,8 +90,8 @@ tls my_config {
cert-file "cert.pem";
}
listen-on port 853 tls my_config { any; };
http-server my_server port 443 tls my_config { any; };
doh-endpoint "/dns-query" server my_server;
https-server my_server port 443 tls my_config { any; };
https-endpoint "/dns-query" server my_server;
```
DISCUSS:
......
Clone repository
  • BIND 9 F2F Meeting in Warsaw, October 2019
  • BIND 9 PKCS11
  • BIND 9 Packaging
  • BIND 9.11 ESV Soft Code Freeze
  • BIND 9.15 Plan
  • BIND 9.17 Plan
  • BIND Development and Release Process 2019
  • BIND development workflow
  • Backporting a Merge Request
  • CVSS Scoring Guidelines
  • DNSSEC Key and Signing Policy (KASP)
  • Debian Packages
  • DoH
    • DOH and DoT Design
  • Formatting test scratchpad.
  • GSOC 2019
View All Pages