feat: remove range from ip
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
d228a92932
commit
50eeb579ce
@ -1,4 +1,4 @@
|
|||||||
@${name}-node ${replace(name, "_", "-")}.nodes.i.kjuulh.io
|
@${name}-node ${replace(name, "_", "-")}.nodes.i.kjuulh.io
|
||||||
handle ${name}-node {
|
handle ${name}-node {
|
||||||
reverse-proxy ${ip}:80
|
reverse-proxy ${split("/", ip)[0]}:80
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user