Skip to content
On this page

juicity.sh Client Script

This section explains how the juicity.sh client script works.

juicity.sh is a script that is responsible for expanding the variables and generating the Hysteria 2 client URL file at proxy/juicity/client.

Used by

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

Depends on

List of the files this file depends on:

  • .env (for configuration file generation)

File Content

The file has the following content:

bash
#!/usr/bin/env bash

source .env

cat > ./proxy/juicity/client <<EOF
juicity://$UUID:$PASSWORD@$DOMAIN:473?sni=$DOMAIN&congestion_control=bbr
EOF

This website is released under the GPL-3 License.