This commit is contained in:
ashisgreat22 2026-03-18 21:31:19 +01:00
parent ecf4fe59af
commit 01b19c9fa0

View file

@ -70,6 +70,7 @@ in
server_name = cfg.domain;
certificate_path = "/var/lib/acme/${cfg.domain}/fullchain.pem";
private_key_path = "/var/lib/acme/${cfg.domain}/key.pem";
port_https = 3001; # Prevent conflict with Nginx on port 443
port_dns_over_tls = 853;
port_dns_over_quic = 0;
allow_unencrypted_doh = false;