RITlug / teleirc

Go implementation of a Telegram <=> IRC bridge for use with any IRC channel and Telegram group
https://docs.teleirc.com/
GNU General Public License v3.0
141 stars 45 forks source link

irc: Add support for multiple IP addresses (closes #324) #356

Closed jwflory closed 4 years ago

jwflory commented 4 years ago

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.