diff options
| author | Jason D. McCormick <jason@mfamily.org> | 2022-12-11 13:20:49 -0500 |
|---|---|---|
| committer | Jason D. McCormick <jason@mfamily.org> | 2022-12-11 13:20:49 -0500 |
| commit | cb0e1dd0e84ab16110d1f377ba27872f771fb9af (patch) | |
| tree | 399061e68a4b08a791ffb5d3ad7cf05dd1e76e12 /README.md | |
| parent | 2da68157a5994dfc46ea83ad5093e5f893925f02 (diff) | |
relocate
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2,19 +2,19 @@ A collection of scripts to manage various aspects of using dynamic DNS, usually to cope with dynamic IP addressing -## he-dyndns (he-dns/he-dyndns) +## he-dyndns A Python-based script to update dynamic DNS records when using the Hurricant Electric DNS service at ``dns.he.net``. This code is designed to ba maximally portable by relying on standard Python 3 libraries. It is not compatible with Python 2. -## ddns-update-rfc2136 (rfc2136/ddns-update-rfc2136) +## ddns-update-rfc2136 A Python-based script to update DNS records in a master server that is RFC2136-compliant and supports TSIG-based updates. This script is a wrapper around nsupdate(1). Properly configured TSIG keys are needed. -## RouterOS Script for Address List Updates (routeros/ros-ddns-addrlist) +## RouterOS Script for Address List Updates (ros-ddns-addrlist) A small RouterOS script for Mikrotik RouterOS to query a DNS name and put that IP address into an AddressLis. Note that the ``:resolve`` function doesn't support RR types. If there's an A you |
