Compare commits
3 Commits
742e8627e9
...
c6617d398a
Author | SHA1 | Date | |
---|---|---|---|
|
c6617d398a | ||
9087b75d5b | |||
8d7aea6894 |
@ -6,10 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
## [0.5.9] - 2025-01-12
|
## [0.5.10] - 2025-01-13
|
||||||
|
|
||||||
### Other
|
### Fixed
|
||||||
- fall back on timestamp if file not exists
|
- make sure to not brick my reverse proxy
|
||||||
|
|
||||||
## [0.5.8] - 2025-01-12
|
## [0.5.8] - 2025-01-12
|
||||||
|
|
||||||
|
@ -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…
x
Reference in New Issue
Block a user