Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/juicity/juicity

juicity is a quic-based proxy protocol implementation.
https://github.com/juicity/juicity

juicity protocol proxy quic

Last synced: 4 months ago
JSON representation

juicity is a quic-based proxy protocol implementation.

Awesome Lists containing this project

README

        

# Juicity


Build
License

version

lastcommit

Juicity is a quic-based proxy protocol and implementation, inspired by tuic (with many thanks).

Juicity is implemented with the following goals:

- [x] More stable.
- [x] More actively maintained.
- [x] Better UDP implementation.
- [x] Better compatibility and consistency with clients in Golang.

## [juicity-server](cmd/server/README.md)

## Client

- [juicity/juicity-client](cmd/client/README.md) (CLI)
- [daeuniverse/dae](https://github.com/daeuniverse/dae) (CLI)
- [daeuniverse/daed](https://github.com/daeuniverse/daed) (Web UI)
- [v2rayA/v2rayA](https://github.com/v2rayA/v2rayA) (Web UI)

## Link Format

Full parameters:

```shell
juicity://uuid:[email protected]:port?congestion_control=bbr&sni=www.example.com&allow_insecure=0&pinned_certchain_sha256=CERT_HASH
```

Mini parameters:

```shell
juicity://uuid:[email protected]:port?congestion_control=bbr
```

## Juicity Specification

About the specification of the protocol, you can find it [here](docs/spec_en.md).

## License

[AGPL-3.0 (C) juicity](https://github.com/juicity/juicity/blob/main/LICENSE)

## Stargazers over time

[![Stargazers over time](https://starchart.cc/juicity/juicity.svg)](https://starchart.cc/juicity/juicity)