Add HTTP header authorization middleware

This commit is contained in:
2025-08-31 15:02:27 +02:00
parent 620bb57e6d
commit 89623f26db
5 changed files with 137 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
{
"AllowedHosts": "*",
"AllowedAccess": {
"HttpIpAddressHeaderName": "X-Real-IP",
"HttpIpAddressHeaderValues": ["213.233.220.64", "86.83.136.215"]
},
"Logging": {
"LogLevel": {
"Default": "Information",