mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-08-05 02:34:41 +02:00
fw-addr-lists: support timeout per list
This works with something like this: :global FwAddrLists { "allow"={ { url="https://eworm.de/ros/fw-addr-lists/allow"; cert="E1"; timeout=1w }; }; ... } All urls for one named list should have the same timeout! With different timeout values and identical addresses the behavior is besically undefined, depending on order.
This commit is contained in:
parent
c6bf722e49
commit
aba4770395
2 changed files with 9 additions and 7 deletions
|
@ -88,7 +88,7 @@
|
|||
:global FwAddrLists {
|
||||
# "allow"={
|
||||
# { url="https://eworm.de/ros/fw-addr-lists/allow";
|
||||
# cert="E1" };
|
||||
# cert="E1"; timeout=1w };
|
||||
# };
|
||||
"block"={
|
||||
# { url="https://eworm.de/ros/fw-addr-lists/block";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue