I am working on a game, and I need to implement a blacklist/ block/ ban users.
This means I need an IP that can be blocked.
Currently I can block an individual user/account based on alias. But I need to go one step further and block an IP if needed.
Also, sort of two questions in one. But is peerID/MyID going to be the same each game? Im trying to see if maybe this ID possibly relates to a users computer/IP address. If so, it might work as a workaround. But ultimately blocking an IP is prefered. Cant check this myself at the moment, but if no1 knows I will do a quick test later and post my results on this subject.