Git Product home page Git Product logo

httpoverdns's Introduction

HttpOverDNS

HttpOverDNS is an open-source project that enables tunneling HTTP traffic over DNS using a CoreDNS plugin and a local proxy forwarder. This solution allows users to bypass network restrictions and access HTTP services even in environments where direct access is restricted or monitored.

Features

  • HTTP Tunneling: Tunnel HTTP traffic over DNS to bypass network restrictions.

  • CoreDNS Integration: Seamless integration with CoreDNS for intercepting and processing DNS requests.

  • Local Proxy Forwarder: Handles the encoding and decoding of HTTP traffic between the client and the server.

Installation

Building and Installation

  1. Clone the CoreDNS repository:
git clone https://github.com/coredns/coredns.git
  1. Clone the HttpOverDNS repository:
git clone https://github.com/BhasherBEL/HttpOverDNS.git
  1. Copy the HttpOverDNS plugin into CoreDNS:
cp HttpOverDNS/coredns-http-overdns-plugin coredns/plugin
  1. Build CoreDNS with the HttpOverDNS plugin:
go build
  1. Update your CoreDNS configuration to include the HttpOverDNS plugin.

  2. Start the local proxy:

cd local-proxy
python proxy-get.py

License

HttpOverDNS is licensed under the MIT License.

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.