We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9146b41 commit 7a01a43Copy full SHA for 7a01a43
1 file changed
app/utils/adb.js
@@ -1,6 +1,6 @@
1
import adb from 'adbkit'
2
3
-export const client = adb.createClient()
+export const client = adb.createClient({ host: '127.0.0.1' })
4
5
const reverse = (device, port) => client.reverse(device, `tcp:${port}`, `tcp:${port}`)
6
0 commit comments