Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 537 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 537 Bytes

Glutton

Tests GoDoc

Setup go 1.21.

Install required system packages:

Debian:

apt-get install gcc libpcap-dev iptables

Arch:

pacman -S gcc libpcap iptables

Build glutton:

make build

To run/test glutton:

bin/server

To get this to work on WSL, use this kernel: https://github.com/Locietta/xanmod-kernel-WSL2