xdp-tools: add XDP DNS domain denylist

upgrade xdp-tools and add XDP DNS domain
denylist bpf and user space program.

Signed-off-by: Vincent Li <vincent.mc.li@gmail.com>
This commit is contained in:
Vincent Li
2024-09-12 17:12:16 +00:00
parent 49d330f2a8
commit 74cf8a3943
2 changed files with 5 additions and 3 deletions

View File

@@ -2,7 +2,9 @@ usr/lib/bpf/xdp-dispatcher.o
usr/lib/bpf/xdp_synproxy.bpf.o
usr/lib/bpf/xdp_dnsrrl.bpf.o
usr/lib/bpf/xdp_udp.bpf.o
usr/lib/bpf/xdp_dns.bpf.o
usr/sbin/xdp-udp
usr/sbin/xdp_dns
usr/lib/bpf/xdpdump_bpf.o
usr/lib/bpf/xdpdump_xdp.o
usr/lib/bpf/xdpfilt_alw_all.o

View File

@@ -2,7 +2,7 @@
# #
# IPFire.org - A linux based firewall #
# Copyright (C) 2007-2023 IPFire Team <info@ipfire.org> #
# Copyright (C) 2024 FireBeeOS
# Copyright (C) 2024 BPFire <vincent.mc.li@gmail.com> #
# #
# This program is free software: you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
@@ -25,7 +25,7 @@
include Config
VER = 1.4.2
VER = 1.4.3
THISAPP = xdp-tools-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -41,7 +41,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_BLAKE2 = 3dbf0f1de6a1d26a816c52b14861830d607178da160cc18aafe117412a1b2db99cc1e61b4577131ec0fc6f20cefa65a2bbc60712542f1d31707a31672f73728c
$(DL_FILE)_BLAKE2 = 45e7b6d0387f964f54ee356a6d1fb3ba7529c0ca0f4171a8f24415ba6a889040bf0448265424d3a3099606001409d5faa5bfe30c7e23e1da0c9ca5ae295bbf77
install : $(TARGET)