Add custom hosts and https only mode

This commit is contained in:
2022-05-04 17:03:32 +02:00
parent 1a29eefb70
commit defda719f4
3 changed files with 82 additions and 36 deletions

View File

@ -1,5 +1,8 @@
HOST = 0.0.0.0
PORT = 8080
HOST=0.0.0.0
PORT=8080
ENABLE_REGEX = false
MAX_PATTER_LEN = 70
ENABLE_REGEX=false
MAX_PATTER_LEN=70
HTTPS_ONLY=true
ENABLE_CUSTOM_HOSTS=false