Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 521 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 521 Bytes

GoPanic

Distributed panic.

Abstract

GoPanic is daemon that runs and, upon an HTTP request, propagates a panic message across the network.

Usage

First, check that gopanic.go is setup correctly (perhaps you want to change the KEYWORD to something more secret?), then be sure to add to the function doPanic(). Compile the source with go build gopanic.go. Run the executable on all required hosts. To start the panic propagation, send an HTTP GET to any host on the network, on the chosen port.