Rod Hynes dfc850abda Fix staticcheck issues 6 éve
..
logging dfc850abda Fix staticcheck issues 6 éve
.gitignore 228587b539 compensate for configuration file changes; have make.bash generate a docker compatible config file automatically 9 éve
Dockerfile-binary-builder d6141f39fd Use Go 1.13.4 6 éve
README.md 4a349c90be Fix: Dockerfile-binary-builder ignored "docker run" command 7 éve
main.go 6763171c2a Replace private plugins with psiphon/common/values 6 éve
make.bash 6763171c2a Replace private plugins with psiphon/common/values 6 éve

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.9 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)