|
|
@@ -0,0 +1,12 @@
|
|
|
+udm-dns
|
|
|
+---
|
|
|
+UDM-DNS is a tool to take data from one of three locations and sync the data to
|
|
|
+the other two, adding and removing records as needed to sync the states. The
|
|
|
+currently supported backends are:
|
|
|
+ * google sheets
|
|
|
+ * pihole custom.list (as a k8s configmap)
|
|
|
+ * UDM client list
|
|
|
+
|
|
|
+The idea for this tool is that adding a static IP mapping in the Unifi interface
|
|
|
+usually corresponds 1:1 with the desire to use that address later by way of a
|
|
|
+DNS query.
|