File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313# Request timeout in seconds
1414# timeout = 30
1515
16- # --- Telemetry (requires `-- telemetry` feature) ---
16+ # --- Telemetry (requires `telemetry` feature) ---
1717# [telemetry]
1818
1919# OpenTelemetry Protocol (OTLP) endpoint to export telemetry to
4040# IP addresses or CIDR ranges whose requests should be blocked.
4141# blocked_ips = ["192.0.2.0/24", "2001:db8::1"]
4242
43+ # --- ACME TLS (requires `acme` feature) ---
44+ # [acme]
45+
46+ # Domain names for the TLS certificate
47+ # domains = ["your-domain.example.com"]
48+
49+ # Contact addresses for the ACME account
50+ # contact = ["mailto:contact@example.com"]
51+
52+ # Custom ACME directory URL (defaults to Let's Encrypt production)
53+ # directory_url = "https://acme-v02.api.letsencrypt.org/directory"
54+
4355# --- V1 protocol ---
4456# Uncomment the [v1] section to enable V1 fallback support.
4557# (address screening requires `access-control` feature)
You can’t perform that action at this time.
0 commit comments