Git Product home page Git Product logo

docker-bind's People

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

puggan

docker-bind's Issues

BIND_DOMAIN_FORWARD ignored?

I see no trace of my ENV-configuration in the named.conf

The ENV-vars exists
if I execute bash -c "export | grep BIND_"
i get: (replaced some text with and )

declare -x BIND_DOMAIN_FORWARD="dev.<mydomain>.com."
declare -x BIND_INSECURE=""
declare -x BIND_KEY_ALGORITHM="hmac-md5"
declare -x BIND_KEY_SECRET="sG<more>3F"
declare -x BIND_UPSTREAM="8.8.8.8,8.8.4.4"

But there no trace of them in named.conf.
if I execute cat /etc/named.conf i get:

options {
    listen-on port 53 { any; };
    directory "/var/named";
    dump-file "/var/named/data/cache_dump.db";
    statistics-file "/var/named/data/named_stats.txt";
    memstatistics-file "/var/named/data/named_mem_stats.txt";
    allow-query { any; };
    recursion yes;

    /* Path to ISC DLV key */
    bindkeys-file "/etc/named.iscdlv.key";

    forward only;
    include "forwarders.conf";
};

// use the default rndc key
include "/etc/rndc.key";

controls {
    inet 127.0.0.1 port 953
    allow { 127.0.0.1; } keys { "rndc-key"; };
};

include "/etc/named.rfc1912.zones";

include "bindkeys.key";

zone "example.com." IN {
    type master;
    file "dynamic/forward.db";
allow-update { 0.0.0.0/0 ; } ;
};

zone "1.168.192.in-addr.arpa." IN {
    type master;
    file "dynamic/reverse.db";
allow-update { 0.0.0.0/0 ; } ;
};

Can it be that . ./env_defaults.sh override the set ENV with the defaul ones?

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.