
set MX=YES in your .config file if the DOMAIN specified in the .config file is actually an mx record. currently only supported when using nslookup and not drill. added SILENT mode: if SILENT is set to NO the output and the logmessages remain the same. if SILENT is set to something else than NO or not set then neither will there be an output nor a log message as long as the ip-address doesn't change
Nameserver update for inwx (nsupdate)
Update nameserver entrys at inwx with the current WAN IP (DynDNS)
nsbackup is a bash script that uses curl and the inwx API to update nameserver entrys at inwx with the current WAN IP. It supports IPv4 and IPv6.
Place your config files in the nsupdate.d folder.
Changelog
2014-02-21
- Added support for IPv6
- Added support for config files
2014-01-02
- Changed default IP check site to ip.dblx.io
- Added a switch to use drill instead of nslookup because FreeBSD 10 switched from bind to unbound
- Renamed $HOSTNAME to $DOMAIN to work around potential conflicts with $HOSTNAME that's set by the host itself
2014-01-06
- Config files are sourced relative to the script folder now
2013-07-12
- First commit
License
nsupdate is distributed under the MIT license, which is similar in effect to the BSD license.
Copyright 2013 Christian Busch (http://github.com/chrisb86)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.