homelab/scripts/jellyfin/Caddyfile.templ
2022-12-31 14:23:33 +01:00

6 lines
154 B
Text

https://film.$domain {
@blocked not remote_ip 10.0.0.0/24 10.0.89.0/24
respond @blocked "Internal use only" 403
reverse_proxy http://localhost:8096
}