-
Hello, Running InspIRCd v3.15.0 I'm hoping there is a very simple solution/answer to this, but I wasn't able to find any information in the docs or any additional information online. I have a server with both IPv4 and IPv6 addresses. I'd like to bind the InspIRCd service to a single v4 and single v6 address. I've tried many different variations of this, including:
If I specify just one IP (v4 or v6) it works. If I don't specify any IP's (left empty) it binds to all IP's on the host and also works. So, it seems like it is either one IP or all IP's. Is this the expected behavior or am I missing something somewhere? I'd really like to bind to only one v4 and one v6 address if possible, but it appears I may need to bind to all addresses in order for the service to listen on both v4 and v6. Any help would be greatly appreciated! Regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You can specify multiple |
Beta Was this translation helpful? Give feedback.
You can specify multiple
<bind>
tags to bind on multiple addresses.