Re: Verisign fun.

From: Sean Chittenden (sean_at_chittenden.org)
Date: 09/18/03

  • Next message: W.D. McKinney: "Re: Re[2]: Verisign fun."
    Date: Thu, 18 Sep 2003 11:45:08 -0700
    To: Ted Cabeen <secabeen@pobox.com>
    
    

    > If you want to do something like this, here's the official ISC patch:
    >
    > http://www.isc.org/products/BIND/delegation-only.html

    And for those that don't know how to use the patch, add the following
    to your config once you recompile:

    zone "com" in { type delegation-only; };
    zone "net" in { type delegation-only; };
    zone "cc" in { type delegation-only; };
    zone "cx" in { type delegation-only; };
    zone "io" in { type delegation-only; };
    zone "mp" in { type delegation-only; };
    zone "nu" in { type delegation-only; };
    zone "ph" in { type delegation-only; };
    zone "td" in { type delegation-only; };
    zone "tk" in { type delegation-only; };
    zone "tv" in { type delegation-only; };
    zone "ws" in { type delegation-only; };

    And actually, if you're using the bind9 port, here's the patch
    suitable for inclusion in the dns/bind9 port:

    cd /usr/ports/dns/bind9
    mkdir files
    fetch -o files/patch-delegation http://people.freebsd.org/~seanc/patches/patch-HEAD-ports::dns::bind9::patch-delegation

    And you can rebuild/upgrade from there.

    -sc

    -- 
    Sean Chittenden
    _______________________________________________
    freebsd-isp@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-isp
    To unsubscribe, send any mail to "freebsd-isp-unsubscribe@freebsd.org"
    

  • Next message: W.D. McKinney: "Re: Re[2]: Verisign fun."

    Relevant Pages

    • Re: [BUG] 2.6.26-rc1 lost half the RAM on UltraSPARC 5
      ... and I'll send an updated debugging patch. ... MATCH reserving range ... Movable zone start PFN for each node ... io scheduler anticipatory registered ...
      (Linux-Kernel)
    • Re: [problem] raid performance loss with 2.6.26-rc8 on 32-bit x86 (bisected)
      ... Looking at the commit in question there is one slight anomoly ... struct zone *zone; ... This looks kinda promising and depends heavily on how this patch was ... I tried reproducing this but I don't have the necessary hardware to even ...
      (Linux-Kernel)
    • Re: 2.6.18-rc6-mm2: fix for error compiling ppc/mm/init.c
      ... compiling file ppc/mm/init.c: ... Here is a patch to fix that patch. ... On a semi-related note, why does PPC use ZONE_DMA as it's lowest zone and not ZONE_NORMAL? ... New zone initialisation on powerpc is broken, ...
      (Linux-Kernel)
    • Re: 2.6.18-rc6-mm2: fix for error compiling ppc/mm/init.c
      ... of the whole patch, is it an exaggeration to call the whole patch broken? ... patch set, mostly the whole PPC... ... I'll make a patch that uses explicit array initialisation and symbolic index names on the other arches. ... This should be ok because x86_64 uses ZONE_NORMAL as the highest zone. ...
      (Linux-Kernel)
    • [PATCH] mm: swsusp shrink_all_memory tweaks
      ... This patch is fine standalone. ... int swap_cluster_max; ... Used by both kswapd and direct reclaim. ... static unsigned long shrink_zone(int priority, struct zone *zone, ...
      (Linux-Kernel)