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

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)