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
