bin/check_dns-delegation
changeset 21 a4e11829f96e
parent 20 112e7c316db9
child 31 5331bad74932
equal deleted inserted replaced
20:112e7c316db9 21:a4e11829f96e
    25 
    25 
    26 Each domain has to pass the following tests:
    26 Each domain has to pass the following tests:
    27 
    27 
    28 =over
    28 =over
    29 
    29 
    30 =item The I<reference> server needs to be authoritive.
    30 =item 1.
    31 
    31 
    32 =item The NS records known outside (checked with some public DNS service)
    32 The I<reference> server needs to be authoritive.
       
    33 
       
    34 =item 1.
       
    35 
       
    36 The NS records known outside (checked with some public DNS service)
    33 need to match the NS records obtained from the reference server.
    37 need to match the NS records obtained from the reference server.
    34 
    38 
    35 =item The serial numbers obtained from the NS servers B<and> the
    39 =item 1.
       
    40 
       
    41 The serial numbers obtained from the NS servers B<and> the
    36 reference server need to match. All servers need to be authoritive!
    42 reference server need to match. All servers need to be authoritive!
    37 
    43 
    38 =back
    44 =back
    39 
    45 
    40 The I<DOMAINS> are passed a a list in one of the following forms:
    46 The I<DOMAINS> are passed a a list in one of the following forms:
    80 we use the NS listed as the authoritive ones. This is primarly useful for
    86 we use the NS listed as the authoritive ones. This is primarly useful for
    81 some of these domains that are held on the "pending" servers of joker.
    87 some of these domains that are held on the "pending" servers of joker.
    82 
    88 
    83 =back
    89 =back
    84 
    90 
    85 =head2 Format
    91 =head2 Format of the override file
    86 
    92 
    87  # comment
    93  # comment
    88  <domain> <ns> ... # comment
    94  <domain> <ns> ... # comment
    89 
    95 
    90 
    96