REQUIRES ROOT and Android 7.0+
- Install a latest Termux from f-droid - "https://f-droid.org/en/packages/com.termux/"
- Launch Termux app, you'll see a black terminal window.
- Next, enter these 3 commands one by one:
#(when prompted):choose what version you want to build (choose stable if latest doesn't compile)
curl -LO tinyurl.com/switchlan
chmod +x switchlan
bash switchlan
- It'll setup additional packages and compile lanplay from source (1-5 minutes)
- Start WiFi tethering (or connect your phone to wifi)
- Connect to WiFi and configure network settings:
IP-address Settings Manual
IP-address 10.13.X.Y (where X and Y is two random numbers 0-255, example: 10.013.187.66 DO NOT COPY EXAMPLE)
Subnet Mask 255.255.0.0
Gate 10.13.37.1
DNS Settings Manual
Primary DNS 163.172.141.219
Secondary DNS 207.246.121.77
- download ldn-mitm "https://github.com/spacemeowx2/ldn_mitm/releases/latest"
- extract it in root of your SDcard (don't forget to clear the archive bit in Hekate if necessary)
- reboot switch
- Launch Termux and enter
bash switchlan
, script will ask you for server ip and root privileges - or enter
bash switchlan server's address
to skip asking part, example:bash switchlan edgymin.ga:11451
- If connection was successful you'll see "Server IP: x.x.x.x" at the end
- Long tap anywhere in Termux -> more -> kill process; or press "exit" in Termux's notification
enter rm -rf ~/switch-lan-play; rm ~/switchlan
in Termux