Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/thehxdev/403unlocker-go
- Owner: thehxdev
- License: mit
- Created: 2024-07-22T22:33:50.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-03T16:46:33.000Z (about 2 months ago)
- Last Synced: 2024-12-03T17:48:28.688Z (about 2 months ago)
- Topics: anti-censorship, go, golang
- Language: Go
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 :)