Git Product home page Git Product logo

Comments (5)

msimerson avatar msimerson commented on May 27, 2024

Hey @rduffner, have you checked out zone2nic since #86 was merged? Would you mind?

from nictool.

rduffner avatar rduffner commented on May 27, 2024

I'll check it out tomorrow. Could you package 2.32 in the meantime?
Or is it not ready, yet?

from nictool.

msimerson avatar msimerson commented on May 27, 2024

Done: https://github.com/msimerson/NicTool/releases/tag/2.32

from nictool.

rduffner avatar rduffner commented on May 27, 2024

So, for the sake of completeness, this is what I get from an axfr from our current nameserver (anonymized to protect the guilty):
drill axfr @dns.bla.dom thezone.dom
thezone.dom. 3600 IN SOA ns.bla.dom. postmaster.bla.dom. 2014120303 10800 3600 604800 3600
thezone.dom. 3600 IN MX 10 mx01.thezone.dom.
thezone.dom. 3600 IN A 12.34.56.78
thezone.dom. 3600 IN NS ns.bla.dom.
thezone.dom. 3600 IN NS ns2.bla.dom.
mx01.thezone.dom. 3600 IN A 12.34.56.78
test.thezone.dom. 3600 IN A 12.34.56.78
www.thezone.dom. 3600 IN A 12.34.56.78
www2.thezone.dom. 3600 IN A 12.34.56.78
thezone.dom. 3600 IN SOA ns.bla.dom. postmaster.bla.dom. 2014120303 10800 3600 604800 3600

And this is what zone2nic says to it:

00 - Sanity error: The mailaddr format replaces the @ with a . (dot).
*** Failed to create thezone.dom: Sanity error : The mailaddr format replaces the @ with a . (dot).

I can import the zones, if I hardcode the SOA to the postmaster address (which I'm thinking of doing anyway).
Still, I'd like to know what the problem is with the SOA we have there now.

from nictool.

msimerson avatar msimerson commented on May 27, 2024

I thought I had fixed that, I must not have committed that change yet. Basically, a module that we depend on got more strict, and the import script is reporting that error. I just rewrite the first dot with an @, and then pass that value in.

from nictool.

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.