mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2026-05-31 15:52:37 +00:00
fw-addr-lists: get both Let's Encrypt certificates for rsc.eworm.de
This commit is contained in:
parent
8eefd0ea38
commit
395aaf50dd
1 changed files with 3 additions and 3 deletions
|
|
@ -112,11 +112,11 @@
|
|||
:global FwAddrLists {
|
||||
# "allow"={
|
||||
# { url="https://rsc.eworm.de/main/fw-addr-lists.d/allow";
|
||||
# cert="Root YE"; timeout=1w };
|
||||
# cert="ISRG Root X2:Root YE"; timeout=1w };
|
||||
# };
|
||||
"block"={
|
||||
# { url="https://rsc.eworm.de/main/fw-addr-lists.d/block";
|
||||
# cert="Root YE" };
|
||||
# cert="ISRG Root X2:Root YE" };
|
||||
{ url="https://raw.githubusercontent.com/stamparm/ipsum/refs/heads/master/levels/4.txt";
|
||||
# # higher level (decrease the numerical value) for more addresses, and vice versa
|
||||
cert="ISRG Root X1" };
|
||||
|
|
@ -131,7 +131,7 @@
|
|||
};
|
||||
# "mikrotik"={
|
||||
# { url="https://rsc.eworm.de/main/fw-addr-lists.d/mikrotik";
|
||||
# cert="Root YE"; timeout=1w };
|
||||
# cert="ISRG Root X2:Root YE"; timeout=1w };
|
||||
# };
|
||||
};
|
||||
:global FwAddrListTimeOut 1d;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue