Skip to content

BhasherBEL/HTTPOverDNS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published