Commit bb4531e
committed
utils.localinterfaces: Uniquify LOCAL_IPS
On my Python 3.2.3 system, I get:
>>> socket.gethostbyname_ex('localhost')
('localhost', [], ['127.0.0.1', '127.0.0.1'])
After de-duplicating, LOCAL_IPS[1] (if it exists) will be a non-local
IP address that might be useful to a remote host (it might also be
'0.0.0.0', but I'll worry about that later).1 parent 475b1e1 commit bb4531e
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
| |||
37 | 39 | | |
38 | 40 | | |
39 | 41 | | |
| 42 | + | |
| 43 | + | |
40 | 44 | | |
0 commit comments