Telepod help securely teleport net traffics.
It consists of two pods electron
and positron
.
Net traffics between this two pods are encrypted with cryptography algorithm.
Please Note That Use Cryptography Is Illegal In Some Places. Pay Attention To The Laws Which Apply To You Then Decide Whether To Use Telepod Or Not. The Author(s) Of Telepod Is(Are) Not Responsible For Any Violations You Make. It Is Your Responsibility.
- 2.x <= io.js < 3.x
- Download Telepod.
- Install io.js or Node.js.
- Deploy
positron
pod. 1. Changeport
andhost
inpositron/positron.js
. 2. You might want to change thepassword
too. 3. Deploypositron
pod.positron
is self contained that means deploy all the files underpositron
are enough. 4. Startpositron
withnpm start
underpath/to/positron/
in the Terminal. - Start
electron
. 1. Import certificate.- Windows: double click or right click
import.ca.bat
Run as administrator. - Mac OSX: double click
telepod.ca.pem
then follow the Keychain Access setup wizard. 2. Change theremote
option inelectron/package.json
to thepositron
url that you just deployed. 3. Also change thepassword
to match the one you set inpositron/positron.js
. 4. Startelectron
withnpm start
underpath/to/telepod/electron/
in the Terminal. 5. Route your net traffics toelectron
. Default server would behttp://localhost:7010
.
- Windows: double click or right click
- All set. Have Fun!