pobi
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.
File Explorer
Download Latest Version (.zip)- hosts.whitelist
- pac.blacklist
- pac.whitelist
- direct.js
- http.js
- index.js
- shadow.js
- socks5.js
- pac.tmpl
- server.tmpl
- .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 RecommendedPrerequisites
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
Was this content helpful?
(0 ratings)
