-
Notifications
You must be signed in to change notification settings - Fork 112
Use proxychains ng to connect your app (thanks to @x571)
roleo edited this page May 25, 2020
·
1 revision
If you want to configure and use a CN camera outside of China, follow this procedure. Tested on Yi 1080p Home 9FCN.
- use YI HOME from china app store (iOS)
- connect to wifi and you shall hear "wifi is connected successfully ... this camera can only be used in China"
- find your camera ip from router - yi-hack4
- use web ip:8080 to turn off unnecessary features -- https://github.com/roleoroleo/yi-hack-MStar/issues/52#issuecomment-591847174 & enable proxychains-ng, restart
- use putty to connect through ssh, user name - root, empty password
- find a proxy -- http://free-proxy.cz/en/proxylist/country/CN/socks/ping/all
- edit etc/proxychains.conf to add a proxy server. It is recommended to use socks4/5
- test proxy by following command proxychains4 wget -O- -q http://ipinfo.io
- keep trying until test is passing.
- reboot and you shall be able to connect to your app
- credit to this ticket -- Thank you! https://github.com/shadow-1/yi-hack-v3/issues/12