1
0
mirror of https://github.com/bol-van/zapret.git synced 2025-05-15 01:52:57 +03:00

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

@ -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

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