summaryrefslogtreecommitdiff
path: root/src/main/scala/com/tylerstonge/honeypot/messages/MNewConnection.scala
blob: 110e6f46cad3014bcaf9d2ab627f1c7c128f896c (plain)
1
2
3
package com.tylerstonge.honeypot.messages

case class MNewConnection(ip: String)