Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configuring a Python Proxy on One Computer to Allow Another to Access the Internet #189

Open
Daniel-Fei opened this issue May 1, 2024 · 0 comments

Comments

@Daniel-Fei
Copy link

I have two internal network computers, Computer 1 and Computer 2. Computer 1 also has an external network connection.
I want to run python-proxy on Computer 1, and then connect to this proxy from Computer 2 using Proxifier, allowing Computer 2 to access the internet.
Currently, I am running the following command on Computer 1:
pproxy -l http+socks5://:8080#username:password -v

I would like to ask:
(1) Can I set restrictions on client IP addresses? (For example, I only want the IP of Computer 2 to be able to access it, and restrict all others)
(2) Regarding the command above, purely in terms of speed, is there any way to make it run faster?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant