|
Have a text file with all of the banned IP's, to write to it
System::IO::StreamWriter....
Then on server startup, System::IO::File::ReadAllLines(FilePath), it will return a string[] and then just check if someone is logging in with an IP in that string[]...
|