jprq
jprq copied to clipboard
[QUESTION] Showing IP address of clients
Can I make the console show the IP address of everyone who is connecting to my http server? If yes then how so? I am making a login system for a chatroom and I want to prevent multiple people from the same IP address connecting
It's not possible at the moment. I will add this functionality soon. Which client are you using at the moment? The Python CLI or Golang Executable?
The python CLI, and if possible, can you like, add the functionality to save the IP addresses in a file whenever they connect to the server? That would really make my task easier. Thank you for your contribution and effort, really appreciate it