Template
1
0
mirror of https://github.com/bol-van/zapret2.git synced 2026-03-13 22:03:09 +00:00

blockcheck2: fix -wf winws parameters

This commit is contained in:
bol-van
2025-11-30 15:25:53 +03:00
parent 8fe63df846
commit 97e16b5611

View File

@@ -831,7 +831,7 @@ pktws_ipt_prepare()
opf_prepare_dvtws $1 $2 "$3"
;;
windivert)
WF="--wf-l3=ipv${IPV} --wf-${1}=$2"
WF="--wf-l3=ipv${IPV} --wf-${1}-out=$2"
rm -f "$IPSET_FILE"
for ip in $3; do
echo $ip >>"$IPSET_FILE"