fix: udp handling and ipv4 and ipv6 filtering

This commit is contained in:
Karol Broda
2025-12-17 17:15:52 +01:00
parent 7f2bd068ad
commit c543a8a4e9
19 changed files with 646 additions and 31 deletions

View File

@@ -91,7 +91,7 @@
in
{
default = pkgs.mkShell {
packages = [ pkgs.go_1_25 pkgs.git ];
packages = [ pkgs.go_1_25 pkgs.git pkgs.vhs ];
GOTOOLCHAIN = "local";
shellHook = ''
echo "go toolchain: $(go version)"