This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# this file is included from init scripts | |
# change values here | |
# can help in case /tmp has not enough space | |
#TMPDIR=/opt/zapret/tmp | |
# override firewall type : iptables,nftables,ipfw | |
FWTYPE=iptables | |
# options for ipsets |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
March 16 2023 | |
ID | |
[TCP:options-sack:]-fragment{tcp:-1:False}(,fragment{tcp:-1:True:5})-| | |
[TCP:options-timestamp:]-fragment{tcp:5:True:2}-| | |
[TCP:options-sackok::4]-fragment{tcp:57:True}(,fragment{tcp:-1:True:5})-| [TCP:chksum:55606]-fragment{tcp:-1:False:16}-| | |
[TCP:reserved:0]-fragment{tcp:42:True}(,tamper{TCP:chksum:corrupt})-| | |
[TCP:options-timestamp:]-fragment{tcp:54:True:40}(tamper{TCP:options-nop:replace:},)-| | |
[TCP:options-nop::4]-fragment{tcp:54:True:40}(tamper{TCP:options-nop:corrupt},duplicate)-| |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@ECHO OFF | |
PUSHD "%~dp0" | |
set _arch=x86 | |
IF "%PROCESSOR_ARCHITECTURE%"=="AMD64" (set _arch=x86_64) | |
IF DEFINED PROCESSOR_ARCHITEW6432 (set _arch=x86_64) | |
echo This script should be run with administrator privileges. | |
echo Right click - run as administrator. | |
echo Press any key if you're running it as administrator. | |
pause |
OlderNewer