https://github.com/mohammadne/gozar
Configure Xray proxy to bypass Iran's filtering and send a hello packet to the world
https://github.com/mohammadne/gozar
Last synced: 4 months ago
JSON representation
Configure Xray proxy to bypass Iran's filtering and send a hello packet to the world
- Host: GitHub
- URL: https://github.com/mohammadne/gozar
- Owner: mohammadne
- License: apache-2.0
- Created: 2024-05-01T07:45:38.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-28T19:56:00.000Z (about 1 year ago)
- Last Synced: 2025-05-12T12:18:55.584Z (about 1 year ago)
- Language: Go
- Size: 28.3 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gozar



**Gozar** helps you configure an Xray proxy to bypass internet filtering and send a "hello" packet to the world β effortlessly and effectively.
## Introduction
**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.
## Generation
You can generate Xray configuration files using one of the following methods:
### Go (locally)
```sh
git clone ssh://git@github.com/mohammadne/gozar
cd gozar
go run main.go executer
```
### Podman
```bash
podman run --name "gozar" ghcr.io/mohammadne/gozar:v0.2.1
```
Then, in another shell:
```bash
podman exec -it gozar sh
podman cp gozar:/app/outputs ./outputs
podman rm -f gozar
```
## Setup
> **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:
```bash
./scripts/setup.sh
```
## Contribution π¬
Pull requests, bug reports, and feature suggestions are welcome! Feel free to open an issue or contribute to improve **Gozar**.