Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/mxssl/dns-over-tls-proxy

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/mxssl/dns-over-tls-proxy

  • v0.0.0-20190303135051-ca4dd774fcc1
  • Source
  • Go
  • Socket score

Version published
Created
Source

WIP

dns-over-tls-proxy

DNS to DNS-over-TLS proxy. This proxy accepts plain DNS queries (UDP and TCP) on one side and translates it to DNS-over-TLS queries on the other side.

Features

  • UDP and TCP support
  • In-memory cache
  • Structured logs (JSON)

How to run this app

  1. Build a container:
docker-compose build
  1. Start a container
docker-compose up -d

How to check this app

  • TCP resolver:
dig @localhost -p 5053 +tcp google.com
  • UDP resolver:
dig @localhost -p 5053 google.com

FAQs

Package last updated on 03 Mar 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc