diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 6870b6d5..13b974d3 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -88,6 +88,11 @@ Estimated time: 20' ``` hostname -I ``` + or this one if have severals interfaces + ``` + ip -o route get 1 | sed -n 's/.*src \([0-9.]\+\).*/\1/p' + ``` + - http://192.168.1.x/admin/ - (*replace 192.168.1.x with your Raspberry IP*) @@ -98,6 +103,11 @@ Estimated time: 20' ``` hostname -I ``` + or this one if have severals interfaces + ``` + ip -o route get 1 | sed -n 's/.*src \([0-9.]\+\).*/\1/p' + ``` + - Pi-hole admin portal -> Local DNS -> DNS Records -> Add new domain /IP - pi.alert 192.168.1.x - (*replace 192.168.1.x with your Raspberry IP*) @@ -288,6 +298,10 @@ block is not necessary ``` hostname -I ``` + or this one if have severals interfaces + ``` + ip -o route get 1 | sed -n 's/.*src \([0-9.]\+\).*/\1/p' + ``` - Pi-hole admin portal -> Local DNS -> DNS Records -> Add new domain /IP - pi.alert 192.168.1.x - (*replace 192.168.1.x with your Raspberry IP*) diff --git a/tar/pialert_2.61.tar b/tar/pialert_2.61.tar index 2655ddfe..ef7019c0 100644 Binary files a/tar/pialert_2.61.tar and b/tar/pialert_2.61.tar differ diff --git a/tar/pialert_latest.tar b/tar/pialert_latest.tar index 2655ddfe..ef7019c0 100644 Binary files a/tar/pialert_latest.tar and b/tar/pialert_latest.tar differ