0
0
mirror of https://github.com/bol-van/zapret.git synced 2025-08-22 11:18:40 +00:00

blockcheck: display timestamp enable message

This commit is contained in:
bol-van 2025-07-31 13:57:13 +03:00
parent 8026d11f71
commit 2d704a859d

View File

@ -397,6 +397,7 @@ check_system()
PKTWSD=winws PKTWSD=winws
FWTYPE=windivert FWTYPE=windivert
# ts fooling requires timestamps. they are disabled by default in windows. # ts fooling requires timestamps. they are disabled by default in windows.
echo enabling tcp timestamps
netsh interface tcp set global timestamps=enabled >/dev/null netsh interface tcp set global timestamps=enabled >/dev/null
;; ;;
*) *)