Commit rt25172 changes to HEAD including
- fix precedence among competing rules - improve ARM text including documenting rule precedence - try to rewrite CNAME chains until first hit - new "rpz" logging channel - same fix for "NS ." as in RT 24985
This commit is contained in:
@@ -12,13 +12,15 @@
|
||||
; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||
; PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
; $Id: base.db,v 1.5 2011/06/09 00:42:50 marka Exp $
|
||||
; $Id: base.db,v 1.6 2011/10/13 01:32:33 vjs Exp $
|
||||
|
||||
|
||||
; RPZ test
|
||||
|
||||
$TTL 120
|
||||
@ SOA tld3. hostmaster.ns.tld3. ( 1 3600 1200 604800 60 )
|
||||
@ NS ns.utld.
|
||||
@ SOA blx. hostmaster.ns.blx. ( 1 3600 1200 604800 60 )
|
||||
NS ns.tld.
|
||||
ns A 10.53.0.3
|
||||
|
||||
; Poke the radix tree a little.
|
||||
128.1111.2222.3333.4444.5555.6666.7777.8888.rpz-ip CNAME .
|
||||
@@ -30,7 +32,8 @@ $TTL 120
|
||||
128.zz.3333.4444.0.8777.8888.rpz-ip CNAME .
|
||||
127.zz.3333.4444.0.8777.8888.rpz-ip CNAME .
|
||||
|
||||
; for testing rrset replacement
|
||||
|
||||
; regression testing for some old crashes
|
||||
redirect IN A 127.0.0.1
|
||||
*.redirect IN A 127.0.0.1
|
||||
*.cname-redirect IN CNAME google.com.
|
||||
*.credirect IN CNAME google.com.
|
||||
|
||||
Reference in New Issue
Block a user