Based on findings that the Endpoint is not automatically excluded
when AllowedIPs is set manually and happens to include the Endpoint
changes had to be made.
An additional Python script has been created that takes IP-Ranges to
exclude as an argument so the AllowedIPs range can be calculated
dynamically for every different config file.
This drastically increases the time to patch all files, so it might
be worth it to make this script more parallel in the future.