Skip to content

Add all host names of host to ALLOWED_HOSTS

Marc Hanisch requested to merge 24-dynamic-allowed-hosts into main

This allows to reach the service on all hosts names and IP addresses which are defined for the hosts. Really helpful in Docker environments where you can't ensure which IP address the host in running on. See https://stackoverflow.com/a/40665906

Closes #24 (closed)

Merge request reports