Giter Club home page Giter Club logo

Comments (2)

jdamick avatar jdamick commented on July 21, 2024

+1

from denominator.

 avatar commented on July 21, 2024

Here's a redacted real-world bind zone file denominator should be able to parse:

$TTL 1m
example.com.    IN SOA ns.example.com. whois.example.com. (
                        2009032363      ; serial, todays date + todays serial #
                        2h              ; refresh
                        1h              ; retry
                        30d             ; expire
                        1h )            ; minimum

example.com.  IN  NS    ns.example.com.
example.com.  IN  NS    ns2.example.com.

localhost         IN  A     X.X.X.X
example.com.  IN  A     X.X.X.X
example.com.  IN  MX 10 mx.example.com.
seven.example.com.  IN  MX 10 seven.example.com.
one.example.com.  IN  MX 10 one.example.com.
example.com.  IN  TXT "v=spf1 a mx a:seven.example.com a:three.example.com a:four.example.com a:five.example.com include:gmail.com ~all"
;one.example.com.     IN  A  X.X.X.X
;two.example.com.     IN  A  X.X.X.X
three.example.com.     IN  A  X.X.X.X
four.example.com.   IN  A  X.X.X.X
five.example.com.  IN  A  X.X.X.X
six.example.com.   IN  A  X.X.X.X
seven.example.com.    IN  A  X.X.X.X
control.example.com.        IN  CNAME  control.three.example.com.
trac.one.example.com.       IN  CNAME  trac.seven.example.com.
*.dev.example.com.          IN  CNAME  seven.example.com.
chess.example.com.          IN  CNAME  four.example.com.
haywire.example.com. IN CNAME webmail.example.com. ; Inline comment
; CDN domains
cdn.www.example.com.        IN  CNAME  abc.def.ghi-cdn.com.
cdn.one.example.com.        IN  CNAME  one.def.ghi-cdn.com.
cdn.seven.example.com.       IN  CNAME  one.def.ghi-cdn.com.
ten.cdn.example.com.      IN  CNAME  ten.def.ghi-cdn.com.

from denominator.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.