Hi everybody,
I added a nee core parameter named "auto_aliases" - it controls if aliases should be automatically discovered and added during fixing listening sockets. Formally, this was done with no control over it (to turn it off), which was a security risk (in my opinion) as the server was using auto-discover aliases that were not configured.
To maintain backward compatibility, the default value is "on";
Ex: auto_aliases=no or auto_aliases=0
regards, bogdan