|
|
hace 7 años | |
|---|---|---|
| .. | ||
| logging | hace 7 años | |
| .gitignore | hace 9 años | |
| Dockerfile-binary-builder | hace 7 años | |
| README.md | hace 7 años | |
| deploy_ad-hoc_server.sh | hace 9 años | |
| main.go | hace 7 años | |
| make.bash | hace 7 años | |
| privatePlugins.go | hace 9 años | |
The Server/psiphond program and the github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/server package contain the Psiphon server software.
Functionality is based on the legacy server stack. psiphond has entered production.
Prerequisites:
Build Steps:
go get -d -v ./...go build -o psiphond main.go (will generate a binary named psiphond for Linux/OSX or psiphond.exe for Windows)