We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90f252d commit f0b46baCopy full SHA for f0b46ba
README.md
@@ -8,7 +8,7 @@ Fast update of IP set for ipset.
8
## Usage
9
10
```bash
11
-ipset-fast-update 1.5.0
+ipset-fast-update 1.5.1
12
13
Usage:
14
ipset-fast-update -n SET_NAME [-i PATH]... [-u URL]... [-e EXCLUDE_PATH]... [OPTIONS...]
ipset-fast-update
@@ -13,7 +13,7 @@
set -euo pipefail
15
16
-VERSION="1.5.0"
+VERSION="1.5.1"
17
18
ALERT_THRESHOLD_RATIO="80"
19
IS_TEMPORARY="0"
0 commit comments