Git Product home page Git Product logo

ansible-role-dnscrypt-proxy's Introduction

Ansible Role: aisbergg.dnscrypt-proxy

This is Ansible role installs and configures the DNSCrypt Proxy, a DNS proxy with support for encrypted DNS protocols.

Requirements

None.

Role Variables

Variable Default Comments
dnscrypt_proxy_service_state started Set the service state (Possible values: started, restarted, stopped)
dnscrypt_proxy_service_enabled true Enable/Disable the DNSCrypt Proxy service
dnscrypt_proxy_service_restart_on_change true Restart DNSCrypt Proxy service on configuration changes.
dnscrypt_proxy_config {} Dictionary (key-value pairs) of DNSCrypt Proxy configuration options. The role provides some sane defaults and is configured to work with quad9 (see: vars/main.yml).

A list of all available options can be found in the example configuration. Just make sure to use YAML syntax instead of the TOML.

Dependencies

None.

Example Playbook

- hosts: all
  vars:
    dnscrypt_proxy_config:
      sources:
        quad9-resolvers:
          urls:
            - https://www.quad9.net/quad9-resolvers.md
          cache_file: quad9-resolvers.md
          minisign_key: RWQBphd2+f6eiAqBsvDZEBXBGHQBJfeG6G+wJPPKxCZMoEQYpmoysKUN
          prefix: 'quad9-'

      dnscrypt_servers: true
      doh_servers: true
      require_dnssec: false
      require_nolog: true
      require_nofilter: true

      cache: true
      cache_size: 4096
      cache_min_ttl: 2400
      cache_max_ttl: 86400

  roles:
    - aisbergg.dnscrypt-proxy

License

MIT

Author Information

Andre Lehmann ([email protected])

ansible-role-dnscrypt-proxy's People

Contributors

aisbergg avatar

Stargazers

 avatar  avatar

Watchers

 avatar  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.