mirror of
https://github.com/NoCLin/LightMirrors
synced 2025-08-02 15:24:49 +08:00
9 lines
125 B
Caddyfile
9 lines
125 B
Caddyfile
*.{$BASE_DOMAIN} {
|
|
|
|
tls {
|
|
dns cloudflare {env.CLOUDFLARE_DNS_API_TOKEN}
|
|
}
|
|
|
|
reverse_proxy http://lightmirrors:80
|
|
|
|
} |