doc/fw-addr-lists: link to 'certificate name from browser'

This commit is contained in:
Christian Hesse 2024-10-31 14:34:17 +01:00
parent c5740c2328
commit d213369e73
2 changed files with 8 additions and 3 deletions

View file

@ -72,6 +72,7 @@ and nothing is actually imported.
See also See also
-------- --------
* [Download, import and update firewall address-lists](doc/fw-addr-lists.md)
* [Send notifications via Matrix](doc/mod/notification-matrix.md) * [Send notifications via Matrix](doc/mod/notification-matrix.md)
* [Send notifications via Ntfy](doc/mod/notification-ntfy.md) * [Send notifications via Ntfy](doc/mod/notification-ntfy.md)

View file

@ -62,9 +62,8 @@ The configuration goes to `global-config-overlay`, these are the parameters:
> your local `global-config-overlay` and modify it to your specific needs. > your local `global-config-overlay` and modify it to your specific needs.
Naming a certificate for a list makes the script verify the server Naming a certificate for a list makes the script verify the server
certificate, so you should add that if possible. Some certificates are certificate, so you should add that if possible. You may want to find the
available in my repository and downloaded automatically. Import it manually [certificate name from browser](../CERTIFICATES.md).
(menu `/certificate/`) if missing.
Create firewall rules to process the packets that are related to addresses Create firewall rules to process the packets that are related to addresses
from address-lists. from address-lists.
@ -127,6 +126,11 @@ Drop packets in firewall's raw section:
> ⚠️ **Warning**: Just again... The order of firewall rules is important. Make > ⚠️ **Warning**: Just again... The order of firewall rules is important. Make
> sure they actually take effect as expected! > sure they actually take effect as expected!
See also
--------
* [Certificate name from browser](../CERTIFICATES.md)
--- ---
[⬅️ Go back to main README](../README.md) [⬅️ Go back to main README](../README.md)
[⬆️ Go back to top](#top) [⬆️ Go back to top](#top)