Giter Site home page Giter Site logo

msft-updatedns's People

Contributors

andyleejordan avatar jeffaco avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

msft-updatedns's Issues

Does not handle re-run/move

I ran ./updatedns.sh --configure -v which put an entry in my crontab, but then I moved the msft-updatedns folder and re-ran it. Instead of updating (i.e. deleting and replacing) the previous entry, it just added a second entry. Since the first entry was invalid, cron emailed me failures.

Disallow registering localhost*

I ran updatedns.sh before setting hostname (for some reason the CentOS installer didn't let me set it, and then I forgot), which then registered localhost.localdomain with scx.com. I figured the record would expire pretty quick, but it perhaps caused the AIX problem.

Anyway, should be a simple fix to refuse to register localhost*.

Need to update PTR records as well, if possible

updatedns should try and update PTR records, if they are known and allowed by the DNS server.

This is done via nsupdate, with commands like this:

update delete ${LAST}.${REV}.in-addr.arpa PTR
update add ${LAST}.${REV}.in-addr.arpa 86400 PTR ${HOST}.scx.com.

REV is the first part of the IP reversed so 10.193.247.10, means LAST=10 and REV=247.193.10.

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.