Skip to content

Commit c416107

Browse files
committed
[+] add BlockSameIP option, which can restrict every ip only have one client
1 parent c81ed35 commit c416107

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/context/server.go

-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ func (s *TCPServer) Run() {
140140
Ctx.DeleteTCPClient(client)
141141
log.Info("RaaS: %s", command)
142142
} else {
143-
log.Info("blocksameip: %d", Ctx.BlockSameIP)
144143
switch Ctx.BlockSameIP {
145144
case 1:
146145
newclientIP := client.Conn.RemoteAddr().String()

0 commit comments

Comments
 (0)