mirror of
https://github.com/bol-van/zapret.git
synced 2025-04-21 14:32:57 +03:00
Compare commits
2 Commits
a73e86df3b
...
2f98b5e2bb
Author | SHA1 | Date | |
---|---|---|---|
|
2f98b5e2bb | ||
|
a21c4399b2 |
11
.gitignore
vendored
Normal file
11
.gitignore
vendored
Normal 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
6
nfq/darkmagic.c
Normal file → Executable 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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user