gamemann / XDP-Proxy
A stateless, high-performance NAT-like proxy that attaches to the XDP hook in the Linux kernel using (e)BPF for fast packet processing. This proxy forwards packets based on configurable rules and performs source-port mapping, similar to IPTables and NFTables.
☆184Updated 3 weeks ago
Alternatives and similar repositories for XDP-Proxy:
Users that are interested in XDP-Proxy are comparing it to the libraries listed below
- A firewall that utilizes the Linux kernel's XDP hook. The XDP hook allows for very fast network processing on Linux systems. This is grea…☆626Updated 3 weeks ago
- XDP tutorial project☆43Updated 3 years ago
- Program examples utilizing the DPDK. The DPDK is a kernel-bypass network library that allows for very fast network packet processing. Thi…☆50Updated last year
- An application that utilizes fast AF_XDP Linux sockets to generate and send network packets. Used for penetration testing including Denia…