Skip to content

Releases: Psiphon-Inc/conduit

Conduit CLI 2.0.0

Choose a tag to compare

@github-actions github-actions released this 20 Feb 21:08
87c0cad

Conduit CLI 2.0.0

Conduit is a volunteer-run proxy node that helps relay traffic for Psiphon users.

Running the Conduit CLI

Download the correct binary for your platform, then:

./conduit start

This binary includes an embedded configuration file, so you do not need to provide one.

This release is also available through a docker image, which also embeds a configuration file.

docker pull ghcr.io/psiphon-inc/conduit/cli:latest

Refer to https://github.com/Psiphon-Inc/conduit/blob/main/cli/README.md for more details.

CHANGELOG

  • Enhanced InproxyProxyActivity metrics including regional usage breakdowns

This release includes some breaking changes:

  • --max-clients replaced by --max-common-clients
  • stats file removed in favour of prometheus /metrics endpoint

Conduit CLI 1.5.0

Choose a tag to compare

@github-actions github-actions released this 05 Feb 15:13
776bfd6

Conduit CLI 1.5.0

Conduit is a volunteer-run proxy node that helps relay traffic for Psiphon users.

Running the Conduit CLI

Download the correct binary for your platform, then:

./conduit start

This binary includes an embedded configuration file, so you do not need to provide one.

This release is also available through a docker image, which also embeds a configuration file.

docker pull ghcr.io/psiphon-inc/conduit/cli:latest

Refer to https://github.com/Psiphon-Inc/conduit/blob/main/cli/README.md for more details.

CHANGELOG

Include optional traffic limiting mode for VPS with limited bandwidth quotas. This is available through the new docker-compose.limited-bandwidth.yml file.

Conduit CLI 1.4.0

Choose a tag to compare

@github-actions github-actions released this 03 Feb 00:09
93821b6

Conduit CLI 1.4.0

Conduit is a volunteer-run proxy node that helps relay traffic for Psiphon users.

Running the Conduit CLI

Download the correct binary for your platform, then:

./conduit start

This binary includes an embedded configuration file, so you do not need to provide one.

This release is also available through a docker image, which also embeds a configuration file.

docker pull ghcr.io/psiphon-inc/conduit/cli:latest

Refer to https://github.com/Psiphon-Inc/conduit/blob/main/cli/README.md for more details.

CHANGELOG

  • Improved metrics: Replace bespoke log parsing with improved InproxyProxyActivity metrics; added idle_seconds and uptime_seconds to /metrics
  • Static binaries: Build with CGO_ENABLED=0

Conduit CLI 1.3.0

Choose a tag to compare

@github-actions github-actions released this 30 Jan 19:12
835ce2a

Conduit CLI 1.3.0

Conduit is a volunteer-run proxy node that helps relay traffic for Psiphon users.

Running the Conduit CLI

Download the correct binary for your platform, then:

./conduit start

This binary includes an embedded configuration file, so you do not need to provide one.

This release is also available through a docker image, which also embeds a configuration file.

docker pull ghcr.io/psiphon-inc/conduit/cli:latest

Refer to https://github.com/Psiphon-Inc/conduit/blob/main/cli/README.md for more details.

CHANGELOG

  • Fixed config override precedence to allow passing a custom config even when one is embedded

Conduit CLI 1.2.0

Choose a tag to compare

@github-actions github-actions released this 28 Jan 18:06
48b5477

Conduit CLI 1.2.0

Conduit is a volunteer-run proxy node that helps relay traffic for Psiphon users.

Running the Conduit CLI

Download the correct binary for your platform, then:

./conduit start

This binary includes an embedded configuration file, so you do not need to provide one.

This release is also available through a docker image, which also embeds a configuration file.

docker pull ghcr.io/psiphon-inc/conduit/cli:latest

Refer to https://github.com/Psiphon-Inc/conduit/blob/main/cli/README.md for more details.

CHANGELOG

  • Added optional prometheus metrics

Conduit CLI 1.1.0

Choose a tag to compare

@github-actions github-actions released this 26 Jan 19:28
633a855

Conduit CLI 1.1.0

Conduit is a volunteer-run proxy node that helps relay traffic for Psiphon users.

Quick Start

Download the correct binary for your platform, then:

./conduit start

This binary includes an embedded configuration file, so you do not need to provide one.

This release is also available through a docker image, which also embeds a configuration file.

docker pull ghcr.io/psiphon-inc/conduit/cli:latest
Option Default Description
--max-clients, -m 50 Maximum concurrent clients
--bandwidth, -b 40 Bandwidth limit per peer in Mbps
--data-dir, -d ./data Directory for keys and state
-v - Verbose output (-vv for debug)

Conduit CLI 1.0.0

Choose a tag to compare

@github-actions github-actions released this 25 Jan 20:34
f88b3a7

Conduit CLI

Conduit is a volunteer-run proxy node that helps relay traffic for Psiphon users.

Download the correct binary for your platform, then:

./conduit start

This binary includes an embedded configuration file, so you do not need to provide one.

This release is also available through a docker image, which also embeds a configuration file.

docker pull ghcr.io/psiphon-inc/conduit/cli:latest
Option Default Description
--max-clients, -m 50 Maximum concurrent clients (1-1000)
--bandwidth, -b 5 Bandwidth limit per peer in Mbps (1-40)
--data-dir, -d ./data Directory for keys and state
-v - Verbose output (-vv for debug)

Mac 1.8.0

Choose a tag to compare

@tmgrask tmgrask released this 22 Dec 17:33

Mac 1.8.0