Compare commits
6 Commits
Author | SHA1 | Date | |
---|---|---|---|
cd84d66fc8 | |||
b7a50ec2de
|
|||
2010b4328d | |||
e34b5f7b7b
|
|||
71963be181 | |||
50eeb579ce
|
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.8] - 2025-01-12
|
||||
|
||||
### Fixed
|
||||
- should've been equal
|
||||
|
||||
## [0.5.7] - 2025-01-12
|
||||
|
||||
### Added
|
||||
- add trigger
|
||||
|
||||
## [0.5.6] - 2025-01-12
|
||||
|
||||
### Added
|
||||
- remove range from ip
|
||||
|
||||
## [0.5.5] - 2025-01-12
|
||||
|
||||
### Other
|
||||
|
@@ -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