Files
clank-node/files/node.caddy
kjuulh 36ea991027
Some checks failed
continuous-integration/drone/push Build is failing
fix: make sure to not brick my reverse proxy
2025-01-13 19:58:16 +01:00

5 lines
123 B
Plaintext

@${name}-node ${replace(name, "_", "-")}.nodes.i.kjuulh.io
handle @${name}-node {
reverse_proxy ${split("/", ip)[0]}:80
}