Skip to content

imrany/proxy-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Proxy server

A proxy server is a system or router that provides a gateway between users and the internet. Therefore, it helps prevent cyber attackers from entering a private network. It is a server, referred to as an “intermediary” because it goes between end-users and the web pages they visit online.

proxy image

This server is designed to block websites defined in a text file. We will use Axum’s http-proxy example and add the feature to block the websites.

Running the project

cargo run

Open a new terminal or cmd and run curl

 curl -v -x "127.0.0.1:8080" https://tokio.rs