Skip to content

Latest commit

 

History

History
58 lines (41 loc) · 1.88 KB

README.md

File metadata and controls

58 lines (41 loc) · 1.88 KB

Onion Pi

logo

license Say Thanks

Onion Pi configures your Raspberry Pi as portable WiFi-WiFi Tor proxy.

What it Sets Up

  • HostAPD (Access Point) on wlan0
  • WiFi Connection on wlan1
  • Tor Proxy

Requirements

Older versions may work but aren't regularly tested. Bug reports for older versions are welcome.

Install

Download, review, then execute the script(s):

git clone git://github.com/NicholasAdamou/OnionPi.git \
    && cd OnionPi \
    && wget -O setup_pifi.sh https://raw.githubusercontent.com/nicholasadamou/PiFi/master/src/setup.sh \
    && chmod +x setup_pifi.sh \
    && ./setup_pifi.sh \
    && ./src/setup.sh

Follow the on-screen directions.

It should take less than a minute to install.

More Information

License

Onion Pi is © Nicholas Adamou.

It is free software, and may be redistributed under the terms specified in the LICENSE file.