Changes

Jump to navigation Jump to search
298 bytes added ,  12:35, 5 December 2018
no edit summary
Line 69: Line 69:  
11      IN      PTR    wiki.rra.lan.
 
11      IN      PTR    wiki.rra.lan.
 
</nowiki>
 
</nowiki>
 +
 +
== Allow remote access ==
 +
* Edit /etc/bind/named.conf.options
 +
* Add
 +
<nowiki>acl allowed {
 +
    127.0.0.1;
 +
    15.17.170.165;
 +
    15.17.162.231;
 +
};</nowiki>
 +
* Modify
 +
<nowiki>...
 +
allow-query {
 +
    allowed;
 +
};
 +
...</nowiki>
 +
<nowiki>...
 +
allow-recursion {
 +
    127.0.0.1;
 +
    allowed;
 +
};
 +
...</nowiki>

Navigation menu