We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3042359 commit 776155aCopy full SHA for 776155a
blockcheck2.d/standard/def.inc
@@ -2,6 +2,6 @@ FOOLINGS46_TCP=${FOOLINGS46_TCP:-"tcp_md5 badsum tcp_seq=-3000 tcp_seq=1000000 t
2
FOOLINGS6_TCP=${FOOLINGS6_TCP:-"ip6_hopbyhop ip6_hopbyhop:ip6_hopbyhop2 ip6_destopt ip6_routing ip6_ah"}
3
FOOLINGS_TCP="$FOOLINGS46_TCP"
4
[ "$IPV" = 6 ] && FOOLINGS_TCP="$FOOLINGS_TCP $FOOLINGS6_TCP"
5
-FOOLINGS_UDP="${FOOLINGS_UDP:-badsum"}
+FOOLINGS_UDP="${FOOLINGS_UDP:-badsum}"
6
7
FAKE_REPEATS=${FAKE_REPEATS:-1}
docs/changes.txt
@@ -79,3 +79,4 @@ v0.6.1
79
80
* zapret-lib, zapret-auto: condition and stopif orchestrators
81
* zapret-lib: detect_payload_str - sample lua payload detector
82
+* blockcheck2: unterminated string fix
0 commit comments