Giter Site home page Giter Site logo

pbexpress / awesome-proxy Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dariubs/awesome-proxy

0.0 0.0 0.0 11 KB

A collaborative list of awesome proxy servers and resources. Feel free to contribute!

Home Page: https://github.cafe/dariubs/awesome-proxy

License: MIT License

awesome-proxy's Introduction

Awesome Proxy

Awesome

A collaborative list of awesome proxy servers and resources. Feel free to contribute!

Index

What is

A proxy server, also known as a "proxy" or "application-level gateway", is a computer that acts as a gateway between a local network (for example, all the computers at one company or in one building) and a larger-scale network such as the internet. ^1

Types

Forward Proxy vs Reverse Proxy

Protocols

  • SOCKS Proxy
  • HTTP/HTTPS Proxy
  • FTP Proxy
  • DNS Proxy
  • Anonymous Proxy

Proxy server (Forward Proxy)

A proxy server that passes unmodified requests and responses is usually called a gateway or sometimes a tunneling proxy.

A forward proxy is an Internet-facing proxy used to retrieve data from a wide range of sources.

Popular Proxy servers

Reverse Proxy

A reverse proxy is usually an internal-facing proxy used as a front-end to control and protect access to a server on a private network. A reverse proxy commonly also performs tasks such as load-balancing, authentication, decryption or caching.

Popular Reverse Proxies

SOCKS Proxy

SOCKS is an Internet protocol that exchanges network packets between a client and server through a proxy server. SOCKS5 additionally provides authentication so only authorized users may access a server. Practically, a SOCKS server proxies TCP connections to an arbitrary IP address, and provides a means for UDP packets to be forwarded. wikipedia

SOCKS protocol

Popular Implementations of SOCKS server

  • Shadowsocks - A secure socks5 proxy, designed to protect your Internet traffic.
  • Dante - A free SOCKS server.
  • microsocks - Tiny, portable SOCKS5 server with very moderate resource usage.

HTTP/HTTPS Proxy (HTTP tunnel)

HTTP tunneling is used to create a network link between two computers in conditions of restricted network connectivity including firewalls, NATs and ACLs, among other restrictions. The tunnel is created by an intermediary called a proxy server which is usually located in a DMZ. wikipedia

HTTP Proxy protocol

  • RFC 7230 - Hypertext Transfer Protocol (HTTP/1.1): Message Syntax and Routing

Popular Implementations of HTTP tunnel

FTP Proxy

Popular Implementations of FTP Proxy

DNS Proxy

What are DNS and the DNS Proxy?

Popular DNS Proxy servers

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.