Files
config/coolify/proxy/caddy/dynamic/torrent.caddy
2025-10-28 08:10:06 +00:00

11 lines
251 B
Plaintext

torrent.site.quack-lab.dev {
@lan {
remote_ip 192.168.0.0/16 127.0.0.0/8 10.0.0.0/8 172.16.0.0/12 86.33.11.123
}
handle @lan {
reverse_proxy qbit:8080
}
handle {
respond "Njet Molotoff" 403
}
}