I want to end up with a config line like this in a reverse proxy environment:
listen 127.0.0.1:81;
The Plugin only can generate:
listen 81;
listen [::]:81;
Maybe you could allow a thing like "expert configuration", where you only generate the content that is in the extra field?