Skip to content
On this page

Juicity config.json file

This section explains how the Juicity config.json file works.

config.json is the core configuration file of the Juicity protocol. It defines how the proxy server shall behave and proxy the traffic.

Used by

List of the files and commands this file is used by:

Depends on

List of the files this file depends on:

File Content

The file has the following unexpanded content:

json
{
    "listen": ":443",
    "users": {
      "$config_uuid_juicity": "$PASSWORD"
    },
    "certificate": "$CERTPATH",
    "private_key": "$PKEYPATH",
    "congestion_control": "bbr",
    "log_level": "info"
}

This website is released under the GPL-3 License.