Browse Source

blockcheck: display timestamp enable message

master
bol-van 2 days ago
parent
commit
2d704a859d
  1. 1
      blockcheck.sh

1
blockcheck.sh

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

Loading…
Cancel
Save