Skip to content

A simple proxy setup to test other applications if they are able to use a proxy.

Notifications You must be signed in to change notification settings

Grotax/tinyproxy-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

tinyproxy docker test setup

To adjust the port used you need to modify the port in data/tinyproxy.conf and adjust the ports in docker-compose.yml

You can of course also only modify the port mapping.

To start:

docker compose up

If your source IP gets blocked by tinyproxy check the log for the error message, adjust the Allow statement in the tinyproxy.conf

For example in the logs you see 172.17.0.1 is blocked, just add another

Allow 172.17.0.1

to the config.

About

A simple proxy setup to test other applications if they are able to use a proxy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published