Skip to content

fulldump/reproxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reproxy

Getting started

Run it:

./reproxy 

Open http://localhost:8000/reproxy/ and configure it.

Change the default port:

./reproxy --address=9000

Change the configuration file:

./reproxy --filename=other_file.json

Reproxy developer

Build

How to build:

make

How to build for all architectures:

make build_all

Static files

How to include static files into the binary:

go run src/genstatic/genstatic.go --dir=static/ --package=files > src/reproxy/files/data.go