From c3aefb1c8939795a01e5491c5320c8880baed212 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Tue, 31 May 2016 15:05:05 +0200 Subject: [PATCH] Add README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6446730 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# Auth Server + +This is an old experiment of mine with sockets (client/server) and +command execution in C. The goal was to execute a script upon +successful connection, that could block or allow a machine IP to the +network (much like port knocking). + +The code is licensed under GPL v2