mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
NEWDEV IP filter + dark pach for overlay #539 🆕
This commit is contained in:
@@ -117,6 +117,10 @@ Thank you to all the wonderful people who are sponsoring this project (=preventi
|
|||||||
|
|
||||||
Proudly using [Weblate](https://hosted.weblate.org/projects/pialert/).
|
Proudly using [Weblate](https://hosted.weblate.org/projects/pialert/).
|
||||||
|
|
||||||
|
<a href="https://hosted.weblate.org/engage/pialert/">
|
||||||
|
<img src="https://hosted.weblate.org/widget/pialert/pialert-core/multi-auto.svg" alt="Translation status" />
|
||||||
|
</a>
|
||||||
|
|
||||||
### License
|
### License
|
||||||
> GPL 3.0 | [Read more here](LICENSE.txt) | Source of the [animated GIF (Loading Animation)](https://commons.wikimedia.org/wiki/File:Loading_Animation.gif) | Source of the [selfhosted Fonts](https://github.com/adobe-fonts/source-sans)
|
> GPL 3.0 | [Read more here](LICENSE.txt) | Source of the [animated GIF (Loading Animation)](https://commons.wikimedia.org/wiki/File:Loading_Animation.gif) | Source of the [selfhosted Fonts](https://github.com/adobe-fonts/source-sans)
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ A plugin to resolve `(unknown)` device names. It uses the [Pholus](https://githu
|
|||||||
|
|
||||||
### Usage
|
### Usage
|
||||||
|
|
||||||
- Go to settings and find Pholus-Scan (Name discovery) in the list of settings.
|
- Go to settings and find Pholus (Name discovery) in the list of settings.
|
||||||
- Enable the plugin by changing the `RUN` parameter from disabled to one you prefer (`schedule`, `always_after_scan`, `on_new_device`).
|
- Enable the plugin by changing the `RUN` parameter from disabled to one you prefer (`schedule`, `always_after_scan`, `on_new_device`).
|
||||||
- Specify the `PHOLUS_RUN_TIMEOUT` (Will be divided by the number of subnets specified in the Arp-Scan (Network scan) plugin setting `SCAN_SUBNETS`)
|
- Specify the `PHOLUS_RUN_TIMEOUT` (Will be divided by the number of subnets specified in the Arp-Scan (Network scan) plugin setting `SCAN_SUBNETS`)
|
||||||
- SAVE
|
- SAVE
|
||||||
|
|||||||
@@ -23,11 +23,11 @@
|
|||||||
"display_name": [
|
"display_name": [
|
||||||
{
|
{
|
||||||
"language_code": "en_us",
|
"language_code": "en_us",
|
||||||
"string": "Pholus-Scan (Name discovery)"
|
"string": "Pholus (Name discovery)"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"language_code": "es_es",
|
"language_code": "es_es",
|
||||||
"string": "Pholus-Scan (Descubrimiento de nombre)"
|
"string": "Pholus (Descubrimiento de nombre)"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"icon": [
|
"icon": [
|
||||||
@@ -43,7 +43,7 @@
|
|||||||
"description": [
|
"description": [
|
||||||
{
|
{
|
||||||
"language_code": "en_us",
|
"language_code": "en_us",
|
||||||
"string": "This plugin is to execute a Pholus-scan (name discovery) on the local network"
|
"string": "This plugin is to execute a Pholus (name discovery) on the local network"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"language_code": "es_es",
|
"language_code": "es_es",
|
||||||
|
|||||||
Reference in New Issue
Block a user