From 66b450ba2fc3f5ddc68fa463f67b49bd86d9b3b4 Mon Sep 17 00:00:00 2001 From: John D Date: Sun, 5 Jul 2020 22:32:35 -0700 Subject: [PATCH 1/3] Clarifying intent of this repository --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7f2a86b..5192968 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@ # udm-utilities -A collection of things to enhance the capabilities of your Unifi Dream Machine or Dream Machine Pro +A collection of things to enhance the capabilities of your Unifi Dream Machine or Dream Machine Pro. **All solutions in this repo persist through firmware upgrades!** + +**Pull Requests welcome! If you use this functionality to do new cool stuff to your UDM/P please send a PR and share it with the community!"** ## General Tools ### on-boot-script -Enables init.d style scripts to run on every boot of your UDM. Includes a wpa-supplicant/eap-proxy example -**Persists through Firmware upgrades!!!** +Enables init.d style scripts to run on every boot of your UDM. Includes a wpa-supplicant/eap-proxy example. +**It allows complete customization of your UDM/P and fills the gap that config.gateway.json left behind.** ### python If you need python3 on your UDM, generally not recommended, can always use it in unifi-os container From 265f702faf765a8bdb6eac89721c56e42b9aa178 Mon Sep 17 00:00:00 2001 From: John D Date: Sun, 5 Jul 2020 22:32:55 -0700 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5192968..ef2e636 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # udm-utilities A collection of things to enhance the capabilities of your Unifi Dream Machine or Dream Machine Pro. **All solutions in this repo persist through firmware upgrades!** -**Pull Requests welcome! If you use this functionality to do new cool stuff to your UDM/P please send a PR and share it with the community!"** +**Pull Requests welcome! If you use this functionality to do new cool stuff to your UDM/P please send a PR and share it with the community!** ## General Tools ### on-boot-script From c4411f3417049d87883e8ab42a11c1db97013fb1 Mon Sep 17 00:00:00 2001 From: John D Date: Sun, 5 Jul 2020 22:33:20 -0700 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef2e636..de4d342 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A collection of things to enhance the capabilities of your Unifi Dream Machine o ## General Tools ### on-boot-script Enables init.d style scripts to run on every boot of your UDM. Includes a wpa-supplicant/eap-proxy example. -**It allows complete customization of your UDM/P and fills the gap that config.gateway.json left behind.** +**It enables complete customization of your UDM/P and fills the gap that config.gateway.json left behind.** ### python If you need python3 on your UDM, generally not recommended, can always use it in unifi-os container