hns_doh_loadbalancer/Caddyfile
Nathan Woodburn de7dd7fe9a
All checks were successful
Build Docker / Build_Docker (push) Successful in 1m6s
feat: Update install instructions
2024-06-20 13:58:44 +10:00

4 lines
161 B
Caddyfile

hnsdoh.com {
reverse_proxy h2c://127.0.0.1:8053
tls /etc/letsencrypt/live/hnsdoh.com/fullchain.pem /etc/letsencrypt/live/hnsdoh.com/privkey.pem
}