mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-09-15 15:22:25 +03:00
10 lines
155 B
Caddyfile
10 lines
155 B
Caddyfile
(tls_cloudflare) {
|
|
tls {
|
|
dns cloudflare {env.CLOUDFLARE_API_TOKEN}
|
|
}
|
|
}
|
|
|
|
<URL-HERE> {
|
|
import tls_cloudflare
|
|
reverse_proxy sygnal:5000
|
|
}
|