Skip to content

mushorg/glutton

Repository files navigation

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

Setting up the Dev Container environment with VS Code

Since this project requires a Linux environment to build and run, you need to use a Docker container on other operating systems. For development, we recommend using the Dev Container Extension for VS Code.

First, install the Dev Container extension. To learn more about setting up and using dev containers, check out the following resources: