Compare commits

..

2 Commits

Author SHA1 Message Date
bol-van
2f98b5e2bb gitignore 2024-08-29 17:06:38 +03:00
bol-van
a21c4399b2 nfqws: another very old toolchain fix with IP_NODEFRAG 2024-08-29 13:07:45 +03:00
2 changed files with 15 additions and 2 deletions

11
.gitignore vendored Normal file
View File

@ -0,0 +1,11 @@
config
ip2net/ip2net
mdig/mdig
nfq/nfqws
tpws/tpws
binaries/my/
init.d/**/custom
ipset/zapret-ip*.txt
ipset/zapret-ip*.gz
ipset/zapret-hosts*.txt
ipset/zapret-hosts*.gz

6
nfq/darkmagic.c Normal file → Executable file
View File

@ -8,8 +8,10 @@
#include <sys/param.h>
#include <errno.h>
#include <fcntl.h>
#ifdef __linux__
#include <linux/in.h>
#ifndef IP_NODEFRAG
// for very old toolchains
#define IP_NODEFRAG 22
#endif
#include "darkmagic.h"