Gentoo Archives: gentoo-server

From: Georges Toth <georges@××××.lu>
To: gentoo-server@l.g.o
Cc: widyachacra <widyachacra@×××××.com>
Subject: Re: [gentoo-server] stop using dns from world
Date: Wed, 27 Sep 2006 09:34:48
Message-Id: 200609271132.20734.georges@norm.lu
In Reply to: [gentoo-server] stop using dns from world by widyachacra
1 Hi,
2
3 > i deployed a bind9.3.2 server for 'mydomain.com'. now its seem to use
4 > unauthorized users to resolve their DNS quiries. how do i stop this.
5 > please help me.
6
7 To allow queries from the network your server is running on, but from no one
8 else:
9 allow-query { any; };
10 allow-recursion { localnets; };
11
12 Or to deny recursive queries alltogether:
13 allow-query { any; };
14 allow-recursion { none; };
15
16 --
17
18 regards,
19 Georges Toth
20 --
21 gentoo-server@g.o mailing list

Replies

Subject Author
Re: [gentoo-server] stop using dns from world widyachacra <widyachacra@×××××.com>