diff --git a/binaries/aarch64/ip2net b/binaries/aarch64/ip2net new file mode 100755 index 00000000..06dac450 Binary files /dev/null and b/binaries/aarch64/ip2net differ diff --git a/binaries/aarch64/nfqws b/binaries/aarch64/nfqws new file mode 100755 index 00000000..603c7933 Binary files /dev/null and b/binaries/aarch64/nfqws differ diff --git a/binaries/aarch64/tpws b/binaries/aarch64/tpws new file mode 100755 index 00000000..619222cf Binary files /dev/null and b/binaries/aarch64/tpws differ diff --git a/binaries/mips32r1-lsb/ip2net b/binaries/mips32r1-lsb/ip2net index bf562975..f25b68f9 100755 Binary files a/binaries/mips32r1-lsb/ip2net and b/binaries/mips32r1-lsb/ip2net differ diff --git a/binaries/mips32r1-lsb/nfqws b/binaries/mips32r1-lsb/nfqws index 699332e7..0c32f1e6 100755 Binary files a/binaries/mips32r1-lsb/nfqws and b/binaries/mips32r1-lsb/nfqws differ diff --git a/binaries/mips32r1-lsb/tpws b/binaries/mips32r1-lsb/tpws index ab108f0b..f6d96107 100755 Binary files a/binaries/mips32r1-lsb/tpws and b/binaries/mips32r1-lsb/tpws differ diff --git a/binaries/mips32r1-msb/ip2net b/binaries/mips32r1-msb/ip2net index ba197b63..039eb74a 100755 Binary files a/binaries/mips32r1-msb/ip2net and b/binaries/mips32r1-msb/ip2net differ diff --git a/binaries/mips32r1-msb/nfqws b/binaries/mips32r1-msb/nfqws index bb489088..412614bf 100755 Binary files a/binaries/mips32r1-msb/nfqws and b/binaries/mips32r1-msb/nfqws differ diff --git a/binaries/mips32r1-msb/tpws b/binaries/mips32r1-msb/tpws index 30528131..f76aa02b 100755 Binary files a/binaries/mips32r1-msb/tpws and b/binaries/mips32r1-msb/tpws differ diff --git a/binaries/x86/ip2net b/binaries/x86/ip2net index 2597651e..c47ae4d7 100755 Binary files a/binaries/x86/ip2net and b/binaries/x86/ip2net differ diff --git a/binaries/x86/nfqws b/binaries/x86/nfqws index c2ed7804..71da68c5 100755 Binary files a/binaries/x86/nfqws and b/binaries/x86/nfqws differ diff --git a/binaries/x86/tpws b/binaries/x86/tpws index 4105ed11..0aa12840 100755 Binary files a/binaries/x86/tpws and b/binaries/x86/tpws differ diff --git a/binaries/x86_64/ip2net b/binaries/x86_64/ip2net index 1198d719..bbedf31c 100755 Binary files a/binaries/x86_64/ip2net and b/binaries/x86_64/ip2net differ diff --git a/binaries/x86_64/nfqws b/binaries/x86_64/nfqws index 5a10397a..bd3d1ee2 100755 Binary files a/binaries/x86_64/nfqws and b/binaries/x86_64/nfqws differ diff --git a/binaries/x86_64/tpws b/binaries/x86_64/tpws index e2910614..668bcb1a 100755 Binary files a/binaries/x86_64/tpws and b/binaries/x86_64/tpws differ diff --git a/nfq/Makefile b/nfq/Makefile index ce6e12c4..0176df45 100644 --- a/nfq/Makefile +++ b/nfq/Makefile @@ -1,5 +1,5 @@ CC ?= gcc -CFLAGS ?= -s +CFLAGS ?= -s -O3 LIBS = -lnetfilter_queue -lnfnetlink SRC_FILES = *.c diff --git a/tpws/Makefile b/tpws/Makefile index f908f5ce..a0cc8618 100644 --- a/tpws/Makefile +++ b/tpws/Makefile @@ -1,5 +1,5 @@ CC ?= gcc -CFLAGS += -s +CFLAGS += -s -O3 LIBS = SRC_FILES = *.c