We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf37081 commit fc16de6Copy full SHA for fc16de6
README.md
@@ -8,7 +8,7 @@ Fast update of IP set for ipset.
8
## Usage
9
10
```bash
11
-ipset-fast-update 1.5.1
+ipset-fast-update 1.5.2
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.1"
+VERSION="1.5.2"
17
18
ALERT_THRESHOLD_RATIO="80"
19
IS_TEMPORARY="0"
0 commit comments