This commit is contained in:
2026-06-14 19:36:16 +00:00
commit 498b69c66f
3 changed files with 692 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
# service <name> <port>: Generic service snippet.
(service) {
{args[0]}.{$DOMAIN} {
reverse_proxy {args[0]}:{args[1]} {
transport http {
tls
}
{blocks.proxy}
}
{blocks.service}
}
}