Update domain router to work differntly but similarly to httpuitl reverseproxy

This commit is contained in:
Pablu23
2025-09-26 16:29:32 +02:00
parent c59317796f
commit 2d8323809a
3 changed files with 227 additions and 94 deletions

View File

@@ -5,7 +5,7 @@ server:
certFile: server.crt
keyFile: server.key
acme:
enabled: true
enabled: false
email: me@pablu.de
keyFile: userKey.key
caDirUrl: https://192.168.2.154:14000/dir
@@ -29,7 +29,7 @@ logging:
rateLimit:
enabled: true
enabled: false
# How many requests per ip adress are allowed
bucketSize: 50
# How many requests per ip address are refilled
@@ -44,7 +44,6 @@ hosts:
# Remote address to request
- remotes:
- localhost
- 192.168.2.154
# Port on which to request
port: 8181
# Health check if announce is true
@@ -61,6 +60,14 @@ hosts:
domains:
- private.localhost
- remotes:
- localhost
port: 5173
public: false
domains:
- hitstar.localhost
- hipstar.localhost
# - remotes:
# - www.google.com
# - localhost