Skip to content

mushorg/glutton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8fd9401 · Mar 2, 2025
Feb 3, 2025
Oct 20, 2023
Dec 29, 2024
Feb 18, 2025
Jan 29, 2025
Jan 2, 2025
Mar 2, 2025
Jan 29, 2025
Jul 9, 2023
Sep 29, 2021
Jan 29, 2025
Mar 2, 2025
Feb 2, 2025
Jul 11, 2016
Feb 18, 2025
Feb 18, 2025
Feb 18, 2025
Jan 2, 2025
Jan 29, 2025
Jan 29, 2025
Nov 15, 2024
Dec 29, 2024
Dec 29, 2024
Dec 29, 2024
Apr 28, 2022

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

Fedora:

sudo dnf install gcc libpcap-devel iptables

Build glutton:

make build

To run/test glutton:

sudo 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: