|
|
7 лет назад | |
|---|---|---|
| .. | ||
| logging | 7 лет назад | |
| .gitignore | 9 лет назад | |
| Dockerfile-binary-builder | 7 лет назад | |
| README.md | 7 лет назад | |
| deploy_ad-hoc_server.sh | 9 лет назад | |
| main.go | 7 лет назад | |
| make.bash | 7 лет назад | |
| privatePlugins.go | 9 лет назад | |
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)