Add README

This commit is contained in:
Gergely Polonkai 2016-05-31 15:05:05 +02:00
parent 0d4b9c21b6
commit c3aefb1c89
1 changed files with 8 additions and 0 deletions

8
README.md Normal file
View File

@ -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