Commit 855d789
committed
Don't include IPv4 or Docker addresses in connection config sent via ADB
This fixes a bug where devices would connect via IPv6, which isn't
actually supported. This worked with QR codes (because the UI does
correctly do this filtering) but not with ADB because of this issue. It
also reduces unnecessary network checks (and waiting for timeouts,
potentially) for some cases too.1 parent 4bc2dbe commit 855d789
1 file changed
+8
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
109 | 115 | | |
110 | 116 | | |
111 | 117 | | |
| |||
0 commit comments