Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thehxdev/403unlocker-go

Go implementation of 403unlocker project
https://github.com/thehxdev/403unlocker-go

anti-censorship go golang

Last synced: 13 days ago
JSON representation

Go implementation of 403unlocker project

Awesome Lists containing this project

README

        

# 403unlocker-go
403unlocker-go is a [Golang](https://go.dev) implementation of [403unlocker](https://github.com/403unlocker) project.

## Download
Check [releases page](https://github.com/thehxdev/403unlocker-go/releases/latest) to download binary packages.

## Build

### Linux / macOS
```bash
CGO_ENABLED=0 go build -ldflags='-d -buildid=' .
```

### Windows
```powershell
$env:CGO_ENABLED=0
go build -ldflags='-d -buildid=' .
```

### With Makefile
```bash
make
```

### Cross-Platform compilation
```bash
make cross-plat
```

## Usage
To print a help message:
```bash
./403unlocker-go -help
```

To start testing:
```bash
./403unlocker-go -c config.json
```

## Contribution
If you can improve the source code or make this software better, feel free to send a PR :)