Compare commits
No commits in common. "main" and "v0.5.9" have entirely different histories.
@ -6,11 +6,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
## [0.5.10] - 2025-01-13
|
|
||||||
|
|
||||||
### Fixed
|
|
||||||
- make sure to not brick my reverse proxy
|
|
||||||
|
|
||||||
## [0.5.8] - 2025-01-12
|
## [0.5.8] - 2025-01-12
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
@ -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 ${split("/", ip)[0]}:80
|
reverse-proxy ${split("/", ip)[0]}:80
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user