Skip to content
forked from rhaidiz/broxy

An HTTP/HTTPS intercept proxy written in Go.

License

Notifications You must be signed in to change notification settings

fengweijp/broxy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Broxy

License status

Broxy is an open source intercept proxy written in Go. It makes use of goproxy as core proxy implementation and the interface is implemented with a Qt wrapper for Go.

DISCLAIMER: this is still an alpha software so bear with me.

intercept

Features

Broxy is currently a work in progress project. The current version provides the following features:

  • Interceptor
  • History with filters
  • Repeater

Installation

Grab a Binary

Grab a compiled version of Broxy here.

Compiling from Sources

To compile Broxy make sure you have the following installed and properly configured:

Once Go, Qt 5.13 and the Qt wrapper are ready, just do:

go get github.com/rhaidiz/broxy
cd $GOPATH/src/github.com/rhaidiz/broxy
make build 

Once the compilation is finished, you'll have the binary inside the folder deploy ... 🤞!

License

Broxy is released under the GPLv3 license.

About

An HTTP/HTTPS intercept proxy written in Go.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 99.5%
  • Makefile 0.5%