3262. [bug] Signed responses were handled incorrectly by RPZ.
[RT #27316]
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||
; PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
; $Id: root.db,v 1.4 2011/10/13 01:32:33 vjs Exp $
|
||||
; $Id: root.db,v 1.5 2012/01/07 00:19:59 each Exp $
|
||||
|
||||
$TTL 120
|
||||
@ SOA ns. hostmaster.ns. ( 1 3600 1200 604800 60 )
|
||||
@@ -25,6 +25,11 @@ tld2. NS ns.tld2.
|
||||
ns.tld2. A 10.53.0.2
|
||||
ns2.tld2. A 10.53.0.2
|
||||
|
||||
; rewrite responses from this zone unless dnssec requested
|
||||
signed-tld2. NS ns.signed-tld2.
|
||||
ns.signed-tld2. A 10.53.0.2
|
||||
ns2.signed-tld2. A 10.53.0.2
|
||||
|
||||
; requests come from here
|
||||
tld3. NS ns.tld3.
|
||||
ns.tld3. A 10.53.0.3
|
||||
|
||||
Reference in New Issue
Block a user