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

Add support for multiple IP addresses to TeleIRC #324

Closed CP1832 closed 4 years ago

CP1832 commented 4 years ago

Dear colleagues:

I am checking with you as my Teleirc is to be hosted on a shell that has several IP addresses available and I was wondering if it is possible to specify which one will be used by Teleirc. Would it be possible to add support for theis feature?

jwflory commented 4 years ago

While working on #355, I discovered that a fix for this issue is fairly trivial. I have the changes for this issue saved locally, but it will be easier to open a Pull Request after #355 is merged. I made many structural changes to the docs and env.example which means… merge conflicts galore. 😛

Anyways, this will definitely make it in the v2.1.0 window. PR coming soon.

jwflory commented 4 years ago

Added in PR #356.

jwflory commented 4 years ago

@CP1832 Keep an eye out for this feature in v2.1.0 coming within the next week.