OranJuiceJohnes 17f2f04c66 Added checks
Added checks for needed commands and existance of config file.
2015-01-12 01:47:22 +01:00
2015-01-12 01:47:22 +01:00
2014-02-22 09:44:38 +01:00

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.

Description
No description provided
Readme 101 KiB
Languages
Shell 93.6%
Dockerfile 6.4%