You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: blockcheck.sh
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1145,7 +1145,10 @@ test_has_fake()
1145
1145
warn_fool()
1146
1146
{
1147
1147
case"$1"in
1148
-
md5sig) echo'WARNING ! although md5sig fooling worked it will not work on all sites. it typically works only on linux servers.' ;;
1148
+
md5sig) echo'WARNING ! although md5sig fooling worked it will not work on all sites. it typically works only on linux servers.'
1149
+
[ "$2"="fakedsplit"-o"$2"="fakeddisorder" ] && \
1150
+
echo"WARNING ! fakedsplit/fakeddisorder with md5sig fooling and low split position causes MTU overflow with multi-segment TLS (kyber)"
1151
+
;;
1149
1152
datanoack) echo'WARNING ! although datanoack fooling worked it may break NAT and may only work with external IP. Additionally it may require nftables to work correctly.' ;;
0 commit comments