This commit adds support for the Bind config option in girc. This way,
a user can configure a custom IP address for the IRC connection. This is
useful for hosts with multiple assigned IP addresses.
Closes #324.
In theory, this should just work. But since I do not have a host environment with multiple IP addresses, it was not quick or easy for me to test this. I'd be curious for someone with multiple IP addresses to actually run this change.
This commit adds support for the
Bind
config option in girc. This way, a user can configure a custom IP address for the IRC connection. This is useful for hosts with multiple assigned IP addresses.Closes #324.
In theory, this should just work. But since I do not have a host environment with multiple IP addresses, it was not quick or easy for me to test this. I'd be curious for someone with multiple IP addresses to actually run this change.