Projects STRLCPY reverse_ssh Commits e963f920
🤬
  • Add remote forward stop message to counterpart the start message

  • Loading...
  • NHAS committed 11 months ago
    e963f920
    1 parent 07dc74ba
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    internal/client/handlers/remoteforward.go
    skipped 27 lines
    28 28   currentRemoteForwards[rf].Close()
    29 29   delete(currentRemoteForwards, rf)
    30 30   
     31 + log.Println("Stopped listening on: ", rf.BindAddr, rf.BindPort)
     32 + 
    31 33   return nil
    32 34  }
    33 35   
    skipped 107 lines
Please wait...
Page is in error, reload to recover