Rod Hynes a83111b2ed Use Go 1.13.7 6 jaren geleden
..
logging dfc850abda Fix staticcheck issues 6 jaren geleden
.gitignore 434fcc51ca Add additional test config files to .gitignore 6 jaren geleden
Dockerfile-binary-builder a83111b2ed Use Go 1.13.7 6 jaren geleden
README.md 7ba2363c5b Fix README Go version requirements 6 jaren geleden
main.go 6763171c2a Replace private plugins with psiphon/common/values 6 jaren geleden
make.bash 6763171c2a Replace private plugins with psiphon/common/values 6 jaren geleden

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:

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