diff --git a/src/config.h b/src/config.h index a30d9fc..39ff044 100644 --- a/src/config.h +++ b/src/config.h @@ -1,5 +1,5 @@ #pragma once #include #define LOW_PORT 1 -const __u16 open_ports[] = {22, 4444}; +const __u16 open_ports[] = {22}; #define HIGH_PORT 65535 \ No newline at end of file