CmdTCPReset is used by agnhost Cobra.
var CmdTCPReset = &cobra.Command{ Use: "tcp-reset", Short: "Serves on a tcp port and RST the connections received", Long: `Serves on a tcp port and RST the connections received.`, Args: cobra.MaximumNArgs(0), Run: main, }