Skip to content
  • Evan Hunt's avatar
    Add parser support for DoH configuration options · 06951472
    Evan Hunt authored and Ondřej Surý's avatar Ondřej Surý committed
    This commit adds stub parser support and tests for:
    - an "http" global option for HTTP/2 endpoint configuration.
    - command line options to set http or https port numbers by
      specifying -p http=PORT or -p https=PORT.  (NOTE: this change
      only affects syntax; specifying HTTP and HTTPS ports on the
      command line currently has no effect.)
    - named.conf options "http-port" and "https-port"
    - HTTPSPORT environment variable for use when running tests.
    06951472