Compare commits
5 Commits
2f591386fb
...
v0.5.6
Author | SHA1 | Date | |
---|---|---|---|
71963be181 | |||
50eeb579ce
|
|||
d228a92932 | |||
56eea90eff
|
|||
57199a21e8 |
15
CHANGELOG.md
15
CHANGELOG.md
@@ -6,6 +6,21 @@ 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
|
||||
- add port for proxy
|
||||
|
||||
## [0.5.3] - 2025-01-12
|
||||
|
||||
### Added
|
||||
|
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user