3013. [bug] The DNS64 ttl was not always being set as expected.
[RT #23034]
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: example.db,v 1.3 2010/12/08 23:51:56 tbox Exp $
|
||||
; $Id: example.db,v 1.4 2011/02/03 07:35:55 marka Exp $
|
||||
|
||||
$TTL 3600
|
||||
@ SOA ns1 marka.isc.org. 0 0 0 0 1200
|
||||
@@ -49,3 +49,7 @@ cname-aaaa-only CNAME aaaa-only
|
||||
cname-a-not-mapped CNAME a-not-mapped
|
||||
cname-mx-only CNAME mx-only
|
||||
cname-non-existent CNAME non-existent
|
||||
ttl-less-than-600 500 A 5.6.7.8
|
||||
ttl-more-than-600 700 A 5.6.7.8
|
||||
ttl-less-than-minimum 1100 A 5.6.7.8
|
||||
ttl-more-than-minimum 1300 A 5.6.7.8
|
||||
|
||||
Reference in New Issue
Block a user