Rod Hynes a9bed696a0 Fix: restore prepare_build call пре 6 година
..
logging dfc850abda Fix staticcheck issues пре 6 година
.gitignore 434fcc51ca Add additional test config files to .gitignore пре 6 година
Dockerfile-binary-builder a83111b2ed Use Go 1.13.7 пре 6 година
README.md 87a0f469f6 Remove "go get" step from build scripts пре 6 година
main.go 6763171c2a Replace private plugins with psiphon/common/values пре 6 година
make.bash a9bed696a0 Fix: restore prepare_build call пре 6 година

README.md

Psiphon Tunnel Core Server README

Overview

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.

Build

Prerequisites:

  • Go 1.13 or later

Build Steps:

  • Build: go build -o psiphond main.go (will generate a binary named psiphond for Linux/OSX or psiphond.exe for Windows)