Right, We use twisted strports for that kind of things Anything described here should work ( if no bug on our side) http://twistedmatrix.com/documents/current/api/twisted.internet.endpoints.html#serverFromString
On Mon, Oct 2, 2017 at 3:14 PM Charles Lepple <[email protected]> wrote: > On Oct 2, 2017, at 9:01 AM, Sebastian <[email protected]> wrote: > > > > can someone tell me how to bind the Web Server Process (twistd) on an > Specific IP Address? > > I haven't verified this, but would this work? > port="tcp:8080:interface=x.x.x.x" > > Ref: > https://github.com/buildbot/buildbot/blob/master/master/buildbot/www/service.py#L224 > > > _______________________________________________ > users mailing list > [email protected] > https://lists.buildbot.net/mailman/listinfo/users >
_______________________________________________ users mailing list [email protected] https://lists.buildbot.net/mailman/listinfo/users
