hello.
i have set up an acl for a specific server application. the goal was, that the server program can only bind to one specific ip. the setting with "bind [ip]" worked well. the bind()-call failed on other ips than the specified one. but when binding to 0.0.0.0 the ip acl seems to be bypassed. even with "bind disabled" in the configuration file, the server is able to open and listen on a port on all ips of the machine. is there a way to prevent this and force the program to bind only to the specific ip?
thank you.