mirror of
https://github.com/M66B/NetGuard.git
synced 2025-01-03 05:44:14 +00:00
Updated FAQ
This commit is contained in:
parent
aec0cb5efe
commit
9776512072
1 changed files with 4 additions and 2 deletions
6
FAQ.md
6
FAQ.md
|
@ -420,9 +420,11 @@ A rule condition like *When screen is on* is a better and more straightforward c
|
|||
Therefore schedules will not be added, but you are welcome to propose other new conditions.
|
||||
|
||||
<a name="faq41"></a>
|
||||
**(41) Can you add wildcards?**
|
||||
**(41) Can you add wildcards / address/port ranges?**
|
||||
|
||||
Wildcards to allow/block addresses would have a significant performance and usability impact and therefore will not be added.
|
||||
Wildcards to allow/block addresses and address/port ranges would have a significant performance and usability impact and therefore will not be added.
|
||||
Wildcards rules and address/port ranges would need to be checked for each and every connection attempt.
|
||||
Since NetGuard blocks, unlike any other no-root firewall, domain names instead of IP addresses there is hardly a need for wildcards.
|
||||
|
||||
<a name="faq42"></a>
|
||||
**(42) Why is permission ... needed?**
|
||||
|
|
Loading…
Reference in a new issue