https://github.com/instantwebp2p/papp-pac
PAC server to bridge papp service via p2p STUN session
https://github.com/instantwebp2p/papp-pac
p2p-http p2p-stun-session p2p-wep pac-server
Last synced: 10 months ago
JSON representation
PAC server to bridge papp service via p2p STUN session
- Host: GitHub
- URL: https://github.com/instantwebp2p/papp-pac
- Owner: InstantWebP2P
- License: mit
- Created: 2015-06-09T14:41:53.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-02-11T01:27:19.000Z (about 9 years ago)
- Last Synced: 2024-04-14T22:33:12.398Z (almost 2 years ago)
- Topics: p2p-http, p2p-stun-session, p2p-wep, pac-server
- Language: JavaScript
- Homepage: https://instantwebp2p.github.io/papp-pac/
- Size: 17.9 MB
- Stars: 4
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# papp-pac
PAC server to bridge papp service via p2p STUN session
### features
* Easy to support all Web Browsers as PAC server
* Support Access to iWebPP.io peer web service in STUN style instead of TURN
* Support Access to HTTPP(http over udp) enabled web sites
* Secure end to end connection
### launch PAC server
* for windows user, double click on start_win.bat
* for mac user, double click on start_mac.sh or execute it on terminal window
* for linux user, double click on start_linux.sh or execute it on terminal window
### then, input your user key,
### then, set Web Browsers' proxy setting point to PAC server port, like 127.0.0.1:6188
### MIT license, copyright@tom zhou, iwebpp@gmail.com