Skip to content

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

Open
@Daniel-Fei

Description

@Daniel-Fei

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions