Skip to content

Little logging tcp proxy, set upstream, change the target in your app and trace

Notifications You must be signed in to change notification settings

baleyko/tracery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tracery - nano tcp proxy server that outputs all the request and response data to stdout.

You can pass TCP socket address as an upstream for this proxy.

$ git clone https://github.com/baleyko/tracery.git && cd tracery && docker-compose up

either

$ docker run -it --rm --env UPSTREAM=google.com:80 -p 8080:80 baleyko/tracery:latest

and try

curl https://YOUR_DOCKER_MACHINE_IP:8080</code>

About

Little logging tcp proxy, set upstream, change the target in your app and trace

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages