pudwerkin / udpt

Automatically exported from code.google.com/p/udpt
0 stars 0 forks source link

bind config option #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Binding to all interfaces is not always appropriate. Suggesting to add 
configurable ability to choose needed ones, in form: bind = IP maybe bind = 
IP[,IP…].

Original issue reported on code.google.com by beelzebu...@gmail.com on 11 Aug 2013 at 7:28

GoogleCodeExporter commented 9 years ago

Original comment by naim...@gmail.com on 11 Aug 2013 at 9:20

GoogleCodeExporter commented 9 years ago
Now you can specify an interface by adding
bind=IP[:port]

port defaults to 6969.

If bind is specified, the port setting is ignored.
You can only bind to one interface (otherwise major code changes may be 
required).

Please verify.

Original comment by naim...@gmail.com on 15 Aug 2013 at 11:12

GoogleCodeExporter commented 9 years ago
can not build: http://pastebin.com/L2wfNVXN

Original comment by beelzebu...@gmail.com on 17 Aug 2013 at 7:35

GoogleCodeExporter commented 9 years ago
Sorry about that... Fixed.

Original comment by naim...@gmail.com on 17 Aug 2013 at 5:29

GoogleCodeExporter commented 9 years ago
Ok, now udpt has bound to given IP:port, but only tracker – apiserver bound 
as before to 0.0.0.0 (seems that setting is ignored in [apiserver] section).

Original comment by beelzebu...@gmail.com on 17 Aug 2013 at 6:16

GoogleCodeExporter commented 9 years ago
I think it's fixed now. 
Please verify, and thank you for your cooperation.

Original comment by naim...@gmail.com on 17 Aug 2013 at 11:51

GoogleCodeExporter commented 9 years ago

Original comment by naim...@gmail.com on 17 Aug 2013 at 11:52

GoogleCodeExporter commented 9 years ago
All ok now, thanks. Looks like issue can be closed.

Original comment by beelzebu...@gmail.com on 18 Aug 2013 at 7:23

GoogleCodeExporter commented 9 years ago

Original comment by naim...@gmail.com on 18 Aug 2013 at 7:32