8000 GitHub - szymi-/postman-socks-proxy: Http proxy over socks proxy for postman and other tools
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

szymi-/postman-socks-proxy

Folders and files

< 8000 tr class="Table-module__Box_2--kJgvd">
NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTTP proxy over socks proxy

This is a simple proxy using a combination of socks proxy and http proxy open source tools. You can use it for instance to perform requests with Postman app over a socks proxy.

How to use

You will need an ssh server which will be your proxy, and docker with docker compose on the machine from which you want to connect. On the ssh server to be used as a proxy, you will need to have a user with an ssh key configured. For example, you can configure your user to use your ssh key like so (adjust username and ip address accordingly):

ssh-copy-id myuser@10.0.0.1

Then, create in the root of this repo an .env file with the following content:

JUMP_USER=mysuer
JUMP_HOST=10.0.0.1
JUMP_PORT=2222

Then, copy your id_rsa private key to the root of this repo:

cp ~/.ssh/id_rsa .

Then, build and run this proxy:

docker compose build
docker compose up -d

And finally, add this proxy to your postman configuration like so:

proxy config screenshot

About

Http proxy over socks proxy for postman and other tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0