# Functions
ByDomain resolves request domain based on requested host.
ByPath resolve request domain as a first segment in request URL path.
ByRoot is convenient alias to ByDomain without root domain: assumes all records domains already in FQDN form.
JWT based authorization and authentication per-group (repo).
New router which can be used independently or as backend for ingress.
Proxy request to endpoint.
Run plain HTTP server.
RunAutoTLS starts HTTPS server on :443 address, requests automatically TLS certificates from Let's encrypt on-demand, and stores obtained files in certsDir.
RunTLS starts HTTPS server.
Static domain set.
# Constants
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
# Interfaces
Domains repository.
RequestResolver defines logic how to match incoming request and domain.
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author