We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ebed98 commit b86e828Copy full SHA for b86e828
lib/context/server.go
@@ -140,7 +140,6 @@ func (s *TCPServer) Run() {
140
Ctx.DeleteTCPClient(client)
141
log.Info("RaaS: %s", command)
142
} else {
143
- log.Info("blocksameip: %d", Ctx.BlockSameIP)
144
switch Ctx.BlockSameIP {
145
case 1:
146
newclientIP := client.Conn.RemoteAddr().String()
0 commit comments