Rod Hynes ee1bdc4dc0 Merge pull request #495 from mirokuratczyk/log-analysis 7 years ago
..
logging 0e3f7c8020 Redact IP addresses from error fields 7 years ago
.gitignore 228587b539 compensate for configuration file changes; have make.bash generate a docker compatible config file automatically 9 years ago
Dockerfile-binary-builder 4a349c90be Fix: Dockerfile-binary-builder ignored "docker run" command 7 years ago
README.md 4a349c90be Fix: Dockerfile-binary-builder ignored "docker run" command 7 years ago
deploy_ad-hoc_server.sh 55b2892dd8 Added deferred panicLog.Close to prevent leaking resources; improvements to the ad-hoc deploy script 9 years ago
main.go ae6d0f8f37 Preliminary Tapdance and Marionette integration 7 years ago
make.bash 084a27a274 Build script changes 7 years ago
privatePlugins.go aafca2909b Add support for private plugins 9 years ago

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)