Rod Hynes c6636ae8a2 Use Go 1.11.12 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 c6636ae8a2 Use Go 1.11.12 6 سال پیش
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)