diff --git a/README.md b/README.md
index 7de3b57b..1caf7ef6 100644
--- a/README.md
+++ b/README.md
@@ -45,9 +45,7 @@ Make no mistake: **your support is absolutely vital to help keep us innovating!*
Sending a donation using our links below is **extremely helpful** in offsetting a portion of our monthly expenses:
- Donate via PayPal
-- [Bitcoin](https://commerce.coinbase.com/checkout/fb7facaf-bebd-46be-bb77-b358f4546763):
1GKnevUnVaQM2pQieMyeHkpr8DXfkpfAtL
-- [Bitcoin Cash](https://commerce.coinbase.com/checkout/fb7facaf-bebd-46be-bb77-b358f4546763):
qqh25hlmqaj99xraw00e47xmf8sysnyxhyww2d7dnh
-- [Ethereum](https://commerce.coinbase.com/checkout/fb7facaf-bebd-46be-bb77-b358f4546763):
0xF00aF43d2431BAD585056492b310e48eC40D87e8
+- [Bitcoin, Bitcoin Cash, Ethereum, Litecoin](https://commerce.coinbase.com/checkout/dd304d04-f324-4a77-931b-0db61c77a41b)
### Alternative support
If you'd rather not [donate](https://pi-hole.net/donate/) (_which is okay!_), there are other ways you can help support us:
diff --git a/scripts/pi-hole/js/network.js b/scripts/pi-hole/js/network.js
index be432c1a..52aa2ec0 100644
--- a/scripts/pi-hole/js/network.js
+++ b/scripts/pi-hole/js/network.js
@@ -142,7 +142,7 @@ $(document).ready(function() {
"processing": true,
"order" : [[5, "desc"]],
"columns": [
- {data: "ip", "width" : "10%", "render": $.fn.dataTable.render.text(), "orderable": false },
+ {data: "ip", "type": "ip-address", "width" : "10%", "render": $.fn.dataTable.render.text() },
{data: "hwaddr", "width" : "10%", "render": $.fn.dataTable.render.text() },
{data: "interface", "width" : "4%", "render": $.fn.dataTable.render.text() },
{data: "name", "width" : "15%", "render": $.fn.dataTable.render.text() },
diff --git a/settings.php b/settings.php
index 07c1f1b6..e4d8ad3f 100644
--- a/settings.php
+++ b/settings.php
@@ -799,7 +799,7 @@ if (isset($_GET['tab']) && in_array($_GET['tab'], array("sysadmin", "blocklists"