1
0

Changing GetRemoteIpAddress() to resolve clean IPv4 or IPv6 addresses from headers

This commit is contained in:
2023-12-05 20:26:22 +01:00
parent dcffa13cfa
commit 29534e7a2a
3 changed files with 21 additions and 1 deletions

View File

@@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Using `AddHostedService<>()` with "implementation factory" for `AddSingletonHostedService<>()` to resove singleton instance
- `GetRemoteIpAddress()` converts a mixed IPv4 address on IPv6 (e.g. `::ffff:127.0.0.1`) to a clean IPv4 address (e.g. `127.0.0.1`)
### Removed