Compare commits

..

No commits in common. "2f98b5e2bb606e7507c634a5feba15347e3a8323" and "a73e86df3b6741ebb10efd978b60fc449a7c78e0" have entirely different histories.

2 changed files with 2 additions and 15 deletions

11
.gitignore vendored
View File

@ -1,11 +0,0 @@
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 Executable file → Normal file
View File

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