GithubHelp home page GithubHelp logo

c0rv4x / stubby Goto Github PK

View Code? Open in Web Editor NEW

This project forked from matthewvance/stubby-docker

0.0 0.0 0.0 109 KB

Stubby is the name given to a mode of using getdns which enables it to act as a local DNS Privacy stub resolver (using DNS-over-TLS).

Home Page: https://dnsprivacy.org/wiki/display/DP/DNS+Privacy+Daemon+-+Stubby

License: MIT License

Dockerfile 97.54% Shell 2.46%

stubby's Introduction

Stubby Docker Image - tailored for unRAID use

What does this do?

This allows you to run a Stubby container for DNS over TLS support.

According to the Stubby documentation:

Unbound can be configured as a local forwarder using DNS-over-TLS to forward queries. However at the moment Unbound does not have all the TCP/TLC features that Stubby has for example, it cannot support 'Strict' mode, it cannot pad queries to hide query size and it opens a separate connection for every DNS query (Stubby will re-use connections)

However, Unbound is a more mature and stable daemon and may be more reliable today.

Stubby performs DNS resolution over TLS. By default, this container is configured to use Cloudflare DNS.

How to use - unRAID template setup

(assuming you use other DNS containers with "Network Type = Custom : br0" such as pihole or unbound)

  1. Network Type = Custom : br0
    a. Set your own IP address

  2. Port Mapping
    a. Name: Host Port 1
    b. Host Port: 53
    c. Connection Type: TCP

  3. Port Mapping
    a. Name: Host Port 2
    b. Host Port: 53
    c. Connection Type: UDP

  4. Path/Volume Mapping
    a. Name: Appdata
    b. Container Path: /opt/stubby/etc/stubby/
    c. Host Path: /mnt/user/appdata/stubby/
    d. Access Mode: Read/Write

Start the container to allow it to create the "/appdata/stubby/" folder.
Stop the containter.
Download/copy the stubby.yml file to the appdata folder.

stubby.yml

Restart the container.

Standard usage

Point your DNS to the IP of the Stubby container.

Open the console and type "stubby -V" to see the version.
https://github.com/getdnsapi/stubby/releases

Acknowledgments

Many thanks to the original creator. See original acknowledgements.

Licenses

License

Unless otherwise specified, all code is released under the MIT License (MIT). See the repository's LICENSE file for details.
(originally from https://github.com/MatthewVance/stubby-docker)

Licenses for other components

stubby's People

Contributors

c0rv4x avatar fdm1980 avatar matthewvance avatar

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.