pobi

(β˜… 113)

Handle boring GFW related works for you, such as DNS cleaning, reset detect, auto proxy, switch links.... Can work with socks5 and shadowsocks for now.

  • .gitignore
  • boot.js
  • debug.js
  • dns.js
  • gfw.js
  • History.md
  • http.js
  • package.json
  • README.md
  • server.js
  • shadow.js
  • socks5.js
  • wpad.js

# Installation Guide

1. Get the code
git clone https://github.com/jackyz/pobi

Downloads the entire project code from GitHub to your computer.

cd pobi

Moves into the project folder you just downloaded.

2. Node.js

Easy Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Node.js Node.js must be installed to use npm. The LTS version is recommended.
npm -g install https://github.com/jackyz/pobi/tarball/master

Type this command into your terminal and run it.

DEBUG=* sudo npm -g start pobi --lodns=udp://192.168.1.1:53 --worker=shadow://pass@1.2.3.4:9876

Type this command into your terminal and run it.

DEBUG=* sudo npm -g start pobi --lodns=udp://192.168.1.1:53 --worker=socks5://127.0.0.1:1070

Type this command into your terminal and run it.

set DEBUG=* && npm -g start pobi --lodns=udp://192.168.1.1:53 --worker=shadow://pass@1.2.3.4:9876

Type this command into your terminal and run it.

set DEBUG=* && npm -g start pobi --lodns=udp://192.168.1.1:53 --worker=socks5://127.0.0.1:1070

Type this command into your terminal and run it.

βœ… After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.

Pulled directly from this repo's README.

// repository documentation