Skip to content

Instantly share code, notes, and snippets.

@ironeagle-ir
ironeagle-ir / how-to-connect-an-iOS-device-to-your-computer-using-SOCKS.md
Created September 27, 2022 10:44 — forked from austinhappel/how-to-connect-an-iOS-device-to-your-computer-using-SOCKS.md
How to connect an iOS device to your computer via a SOCKS proxy. Say you're running a virtual machine on your work computer. Say this machine, for whatever reason, can only connect to the internet over NAT - as in, it does not get it's own IP address. Say this VM is running a webserver, and you need a device outside of your computer to connect t…

How to connect an iOS device to your computer via a SOCKS proxy

Say you're running a virtual machine on your work computer. Say this machine, for whatever reason, can only connect to the internet over NAT - as in, it does not get it's own IP address. Say this VM is running a webserver, and you need a device outside of your computer to connect to it.

If only there was a way to get your work computer to 'share' it's network, so that you could get at that VM… Here's how you do it!

For all instructions, I assume your work computer is a mac

  1. Get your computer's IP address:
@ironeagle-ir
ironeagle-ir / v2ray_openvpn_netflix.md
Created August 28, 2022 13:29 — forked from zpoint/v2ray_openvpn_netflix.md
v2ray + openvpn to unblock gfw and netflix

Two things need to be paid

  • vps(such as bandwagonhost)
    • If you are using China Telecom, a CN2 network is required, or you may get stuck when streaming video
    • For bandwagonhost, you need to login, click Client Area -> Services -> Order New Services to get CN2 server
  • vpn vendor to unblock netflix(a openvpn connection that can unblock netflix)

vpn

The basic idea is setup a socks5 proxy to forawrd all network traffic from the socks5 to a specific openvpn, in v2ray, forward all the netflix traffic to the socks5 proxy