Rod Hynes 6069824ca3 Merge branch 'values' %!s(int64=6) %!d(string=hai) anos
..
logging 0e3f7c8020 Redact IP addresses from error fields %!s(int64=7) %!d(string=hai) anos
.gitignore 228587b539 compensate for configuration file changes; have make.bash generate a docker compatible config file automatically %!s(int64=9) %!d(string=hai) anos
Dockerfile-binary-builder 045bb15975 Use Go 1.11.13 %!s(int64=6) %!d(string=hai) anos
README.md 4a349c90be Fix: Dockerfile-binary-builder ignored "docker run" command %!s(int64=7) %!d(string=hai) anos
main.go 6763171c2a Replace private plugins with psiphon/common/values %!s(int64=6) %!d(string=hai) anos
make.bash 6763171c2a Replace private plugins with psiphon/common/values %!s(int64=6) %!d(string=hai) anos

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)