1.0.2 • Published 1 year ago

proxy-rotating-android v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

proxy-rotating-android by spb

Ip rotation module with android phone 🔥

🔸requirements

  • root android
  • debuging adb
  • tethering internet usb

🔸 example

import { changeMyIp } from "proxy-rotating-android";

changeMyIp().then((ip) => {
  console.log(ip);
}).catch((err) => {
  console.log(err);
});

🔸adb sudo execution error

in /node_modules/proxy-rotating-android/adb

kill adb server

/node_modules/proxy-rotating-android/adb kill-server
or
./adb kill-server

start sudo adb

sudo /node_modules/proxy-rotating-android/adb start-server
or
./adb start-server
1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago