fix config
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
#include <linux/bpf.h>
|
#include <linux/bpf.h>
|
||||||
#define LOW_PORT 1
|
#define LOW_PORT 1
|
||||||
const __u16 open_ports[] = {22, 4444};
|
const __u16 open_ports[] = {22};
|
||||||
#define HIGH_PORT 65535
|
#define HIGH_PORT 65535
|
||||||
Reference in New Issue
Block a user