> use
>
> for simplicity, at top of named.conf:
>
> acl "trust" { localhost; 192.168.0.0/24; };
>
> then in...
>
> options {
>
>
>
> allow-query { trust; };
> allow-query-cache { trust; };
>
>
>
> };
>
> That should do it, if you need further assistance you'll need t
Am 06.04.2015 um 17:37 schrieb STEPHEN EYRE:
My named.conf.options is as follows
Options {
directory "/var/cache/bind";
recursion no;
allow transfer { none; };
dnssec-validation auto;
auth-nxdomain no;
listen-on { any; };
; to
> 'recursion yes;' I get an inverse of the above. I get full replies from
> all my dig enquiries but I get an open recursive warning - which I
> obviously dont want.
Links:
--
[1] https://overv
3 matches
Mail list logo