This commit is contained in:
Sparky
2025-11-08 17:22:02 +00:00
parent 5b5f13ebe7
commit 4ca5288acf
2 changed files with 12 additions and 2 deletions

View File

@@ -0,0 +1,11 @@
coolify.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 host.docker.internal:8000
}
handle {
respond "Njet Molotoff" 403
}
}