fix config

This commit is contained in:
2026-09-19 13:02:20 +02:00
parent 677909272b
commit e80336cb58
+1 -1
View File
@@ -1,5 +1,5 @@
#pragma once
#include <linux/bpf.h>
#define LOW_PORT 1
const __u16 open_ports[] = {22, 4444};
const __u16 open_ports[] = {22};
#define HIGH_PORT 65535