mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2026-06-03 09:12:40 +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 {
|
:global FwAddrLists {
|
||||||
# "allow"={
|
# "allow"={
|
||||||
# { url="https://rsc.eworm.de/main/fw-addr-lists.d/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"={
|
"block"={
|
||||||
# { url="https://rsc.eworm.de/main/fw-addr-lists.d/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";
|
{ 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
|
# # higher level (decrease the numerical value) for more addresses, and vice versa
|
||||||
cert="ISRG Root X1" };
|
cert="ISRG Root X1" };
|
||||||
|
|
@ -131,7 +131,7 @@
|
||||||
};
|
};
|
||||||
# "mikrotik"={
|
# "mikrotik"={
|
||||||
# { url="https://rsc.eworm.de/main/fw-addr-lists.d/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;
|
:global FwAddrListTimeOut 1d;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue