clank-node/files/node.caddy
kjuulh 50eeb579ce
All checks were successful
continuous-integration/drone/push Build is passing
feat: remove range from ip
2025-01-12 14:11:00 +01:00

5 lines
122 B
Plaintext

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