Skip to content

Tags: umputun/reproxy

Tags

v1.2.2

Toggle v1.2.2's commit message
fix (revert) regression causing docker connection refusal, introduced…

… by 899e101

the reason for this regression is not fully understood yet, probably related to some differences between the "manually" created final image on top of scratch and the updated one from the base images.

v1.2.1

Toggle v1.2.1's commit message
Handle default and concrete server match conflict #192

- Drop default server match if a concrete server match is found
- Add test case to validate behavior

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added support for wildcard prefix in server patterns (#191)

* Added support for wildcard prefix in server patterns

This update introduces the ability to use a wildcard prefix in server patterns for domain matching. It also includes corresponding tests for this new functionality, ensuring "*.domain.com" style patterns can be handled correctly.

v1.1.1

Toggle v1.1.1's commit message
don't add dbl headers for X-Forwarded-Proto and X-Forwarded-Proto #172

v1.1.0

Toggle v1.1.0's commit message
send x-forwarded headers for ssl static mode as well

v1.0.0

Toggle v1.0.0's commit message
fix redirects

Before this change redirects didn't work because method `Service.extendMapper` didn't copy
the value of `URLMapper.RedirectType` to the extended result.

To fix this we return the original `URLMapper` instead of creating a new one (it can also help
to avoid similar bugs in the future). We can reuse `URLMapper` because it is passed
by value.

v0.11.0

Toggle v0.11.0's commit message
update linter and address all lint warns

v0.10.0

Toggle v0.10.0's commit message
revendor

v0.9.0

Toggle v0.9.0's commit message
add info about limiter and more quick examples

v0.8.0

Toggle v0.8.0's commit message
drop regex group in source priority sorting #89