What’s up all,
I have a question about banning people on the demo. As you all probably already know, there aren’t any GUID’s associated with players on the demo, so if we want to ban someone, we must ban their IP. Now, IPs can be easily changed, so I was wondering if there is a way to ban IP ranges.
A normal entry inside the demo guidstates.dat file looks like this:
entry {
"ip" "199.255.209.75"
"user_name" "prick"
"ban_time" "forever"
And I would like to ban all IPs that start with 199.255. Is it possible? I’ve tried the following without any success:
"ip" "199.255.*.*"
"ip" "199.255*"
"ip" "199.255.0.0"
"ip" "199.255.0.0/16"
"ip" "199.255.0.0 255.255.0.0"
"ip" "199.255.0.0-199.255.255.255"
Thanks for the help,
Splifff_7