3 Commits

Author SHA1 Message Date
cuddle-please
a92610ad30 chore(release): 0.5.6
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2025-01-12 13:11:29 +00:00
50eeb579ce feat: remove range from ip
All checks were successful
continuous-integration/drone/push Build is passing
2025-01-12 14:11:00 +01:00
d228a92932 chore(release): v0.5.5 (#14)
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
chore(release): 0.5.5

Co-authored-by: cuddle-please <bot@cuddle.sh>
Reviewed-on: https://git.front.kjuulh.io/kjuulh/clank-node/pulls/14
2025-01-12 14:05:25 +01:00
2 changed files with 11 additions and 1 deletions

View File

@@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.5.6] - 2025-01-12
### Added
- remove range from ip
## [0.5.5] - 2025-01-12
### Other
- add caddy extension
## [0.5.4] - 2025-01-12
### Fixed

View File

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