Rod Hynes bf2578229f Remove obsolete file (missed in 4a349c90) 6 år sedan
..
logging 0e3f7c8020 Redact IP addresses from error fields 7 år sedan
.gitignore 228587b539 compensate for configuration file changes; have make.bash generate a docker compatible config file automatically 9 år sedan
Dockerfile-binary-builder 77b85296b0 Use Go 1.11.5 7 år sedan
README.md 4a349c90be Fix: Dockerfile-binary-builder ignored "docker run" command 7 år sedan
main.go d74692910c Truncate the panic log field when it exceeds the ELK maximum 7 år sedan
make.bash 084a27a274 Build script changes 7 år sedan
privatePlugins.go 8450c14aeb Add pickSSHServerVersion 7 år sedan

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)