Page MenuHomePhabricator

Allow the irc bot to bind to a specific IP
Closed, WontfixPublic

Description

Our setup needs to specify under which ip the bot runs, in order to show the right ip to the irc server (we don't want to disclose internal ip's to irc users). This ip would be taken from the bot configuration file (like bindto : aaa.xxx.yyy.zzz
The php method used doesn't allow to set a bind address, but it can be done, cfr. http://stackoverflow.com/questions/4765269/specify-source-ip-using-fsockopen

Is it something you'd consider? If not and if I work on it, would you accept a patch?

Event Timeline

philippe.jadin raised the priority of this task from to Wishlist.
philippe.jadin updated the task description. (Show Details)
philippe.jadin added a project: Chatlog.
epriestley claimed this task.

We don't plan to support this and aren't interested in bringing it upstream. It's too unusual a request for us to want to support it: very, very few users are likely to benefit from it, but it makes configuration and connections more complex.