Skip to content

Instantly share code, notes, and snippets.

For running Tor from iSH app and proxying SSH/HTTP connections.

  1. apk add netcat-openbsd screen
  2. (Optional) edit /etc/tor/torrc
# This _needs_ no settings at all, just run `tor` (e.g., `screen -S tor`, then `tor`).

# For HTTP, configure proxy under wifi connection on iOS
# https://www.howtogeek.com/293676/how-to-configure-a-proxy-server-on-an-iphone-or-ipad/
# May also need to change DNS servers in Wi-Fi settings (e.g., 1.1.1.1 and 9.9.9.9)