Skip to content

EngineerMazid/Remote-Proxy-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Simple Proxy Server

This Python script sets up a basic proxy server using sockets and threading.

Update configuration in server.py

  • Set proxy host to your server's IP address or 0.0.0.0 for all interfaces.
  • By default, these scripts use port 8080 for communication
  • Modify remote ip and remote port to point to your Remote target server.

Releases

No releases published

Packages

No packages published

Languages