Opened 15 years ago
Closed 15 years ago
#72 closed enhancement (fixed)
more generic listen_on host/port parsing code (ie: listen_on="eth0:")
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | major | Milestone: | 0.9.1 |
Component: | Client | Keywords: | |
Cc: |
Description
At the moment, we can't specify an interface without knowing its IP, which makes it difficult to listen on eth0 and not wlan0 for example.
The exact same code should apply to the mDNS listener and the server.
Could also add this to the GUI and let the users select which interface to listen on, which interfaces to use for mDNS (and reverse-mDNS and which ports to use)
Change History (2)
comment:1 Changed 15 years ago by
Owner: | changed from Antoine Martin to Antoine Martin |
---|---|
Status: | new → accepted |
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note: See
TracTickets for help on using
tickets.
done in r1858 and r1859