Gozar helps you configure an Xray proxy to bypass internet filtering and send a "hello" packet to the world — effortlessly and effectively.
Gozar is a lightweight, CLI-based Go application that simplifies the process of generating Xray configuration files and setting up your Xray server. It’s fast, minimal, and astonishingly easy to use.
You can generate Xray configuration files using one of the following methods:
git clone ssh://git@github.com/mohammadne/gozar
cd gozar
go run main.go executer
podman run --name "gozar" ghcr.io/mohammadne/gozar:v0.2.1
Then, in another shell:
podman exec -it gozar sh
podman cp gozar:/app/outputs ./outputs
podman rm -f gozar
Note: Docker must be installed on both your local machine and the target server where you intend to run the Xray proxy.
An Ansible role is included to automate Docker installation on the target server.
After ensuring Docker is installed, run the setup script to configure the environment and install required tools:
./scripts/setup.sh
Pull requests, bug reports, and feature suggestions are welcome! Feel free to open an issue or contribute to improve Gozar.