-
-
Notifications
You must be signed in to change notification settings - Fork 208
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reverse DNS docs + NEW status priority #549
- Loading branch information
Showing
7 changed files
with
69 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: ci-package-cleaner | ||
name: 🤖Automation - ci-package-cleaner | ||
|
||
on: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: Update Sponsors Table | ||
name: 🤖Automation - Update Sponsors Table | ||
|
||
on: | ||
schedule: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
## Setting up better name discovery with Reverse DNS | ||
|
||
If you are running a DNS server, such as AdGuard, set up **Private reverse DNS servers** for a better name resolution on your network. Enabling this setting will enable PiAlert to execute dig and nslookup comamnds to automatically resolve device names based on their IP addresses. | ||
|
||
> Example 1: Reverse DNS `disabled` | ||
> | ||
> ``` | ||
> jokob@Synology-NAS:/$ nslookup 192.168.1.58 | ||
> ** server can't find 58.1.168.192.in-addr.arpa: NXDOMAIN | ||
> | ||
> ``` | ||
> Example 2: Reverse DNS `enabled` | ||
> | ||
> ``` | ||
> jokob@Synology-NAS:/$ nslookup 192.168.1.58 | ||
> 45.1.168.192.in-addr.arpa name = jokob-NUC.localdomain. | ||
> ``` | ||
### Enabling reverse DNS in AdGuard | ||
1. Navigate to **Settings** -> **DNS Settings** | ||
2. Locate **Private reverse DNS servers** | ||
3. Enter your router IP address, such as `192.168.1.1` | ||
4. Make sure you have **Use private reverse DNS resolvers** ticked. | ||
5. Click **Apply** to save your settings. | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters