Skip to content

limuling/forwardproxy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

ForwardProxy

Python Port Forwarding Proxy

This is a port-forwarding proxy. It connects to another server:port and returns the received data. Useful for server-side redirects to local services or resources, e.g. cam streams. So you can hide services from public access, but enable controlled access through the proxy.

The embedded authentication module protects the proxy itself against unauthorized access. This is only an example implementation, which works with 2 plain text URL-Parameters. You can us it, how it is (you shouldn't!), you can replace it with your own authentication module or you can disable the authentication.

Jann Westphal 02/2020

About

Python Port Forwarding Proxy Server to redirect HTTP-Requests to different host and/or port, with embedded authentication.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 100.0%