Skip to content

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisb86 committed Oct 12, 2022
1 parent 802ebd0 commit bdc2790
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,16 @@ With `crontab -e` you can add the following line for running the script every 5

## Changelog

**Beta**

- Completly rewritten. nsupdate is now a POSIX compliant /bin/sh script 👍🏻
- If using the xmmlint method, now also the IP for a record is retrieved this way
- WAN IP now is only checked once per session instead of every time a new config is processed.
- The script now automagically determines the best way to get the needed data (xmllint, nslookup, drill) and has some nice output options.
- The code is now structured in functions which makes it more maintainable and modular.
- Backwards compatibility should be given.
- Avoid using awk and get rid of dependency

**2020-07-03**

- Rearranged config.sample
Expand Down

0 comments on commit bdc2790

Please sign in to comment.