1. Hi,
    Is there any way to block any console commands sent via rcon?
     
  2. Wulf

    Wulf Community Admin

    I believe you'd need a hook to handle them, we only have one for connections right now.
     
  3. Would be great to see new hook. With my last incident, I want to block all possible ways to execute server commands. Console admin commands sent from client already blocked... One last point is rcon. Would be great also have an user IP on rcon...
     
  4. Wulf

    Wulf Community Admin

    You can take a look at my LimitRCON plugin if you'd like to lock down RCON connections by IP.
     
  5. Great! Will use that. Thanks.