Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/imrany/proxy-server

A proxy server to bypass geo blocked contents and mask client identity
https://github.com/imrany/proxy-server

axum proxy proxy-server rust

Last synced: about 4 hours ago
JSON representation

A proxy server to bypass geo blocked contents and mask client identity

Awesome Lists containing this project

README

        

#### 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](https://github.com/imrany/proxy-server/blob/main/assets/proxy_image.webp)

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
```bash
cargo run
```
Open a new terminal or cmd and run curl
```bash
curl -v -x "127.0.0.1:8080" https://tokio.rs
```