OpenWrt-Tools/DynDNS/README.md

24 lines
700 B
Markdown
Raw Permalink Normal View History

2021-07-24 20:41:55 +02:00
# DynDNS
Dynamic DNS records can be used for assigning hostnames to local devices.
It combines **DHCPv4 server leases** with **IP neigh** and add ALL device addresses to DNS hostnames.
2022-04-14 02:52:37 +02:00
Can be used for assigning **static and RA IPv6 addresses to device hostnames**, which are defaultly **NOT** assigned in OpenWrt.
2021-07-24 20:41:55 +02:00
2021-07-26 00:42:47 +02:00
## Instalation
2022-04-14 02:49:57 +02:00
You can install this script via:
2021-07-24 20:41:55 +02:00
```
2022-04-14 02:49:57 +02:00
wget https://git.znachor.cz/znachor/OpenWrt-Tools/raw/branch/master/DynDNS/install.sh -O - | ash
2021-07-24 20:41:55 +02:00
```
2022-04-14 02:49:57 +02:00
Detailed installation with all required steps [can be found here](install.sh).
2021-07-24 20:41:55 +02:00
2021-07-26 00:42:47 +02:00
## Features
- Assign all device IPs to its hostname
2022-04-14 02:52:37 +02:00
- Network domains support
2021-07-26 00:42:47 +02:00
- Automatically add records to dnsmasq
2022-04-14 02:52:37 +02:00
- Auto-trigger on DHCP lease