Releases: Psiphon-Inc/conduit
Release list
Conduit CLI 2.0.0
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 startThis 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:latestRefer 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-clientsreplaced by--max-common-clients- stats file removed in favour of prometheus
/metricsendpoint
Conduit CLI 1.5.0
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 startThis 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:latestRefer 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
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 startThis 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:latestRefer 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
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 startThis 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:latestRefer 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
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 startThis 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:latestRefer 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
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 startThis 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
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 startThis 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) |