Update domain router to work differntly but similarly to httpuitl reverseproxy
This commit is contained in:
13
config.yaml
13
config.yaml
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user