Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/agn-7/connection-breaker

System Connection Breaker API
https://github.com/agn-7/connection-breaker

gin go

Last synced: about 4 hours ago
JSON representation

System Connection Breaker API

Awesome Lists containing this project

README

        

## Connection Breaker Server

A RESTful API service built with Go and Gin framework, providing endpoints to control certain system operations such as disabling the internet and initiating system shutdown on a Windows server.

### Build

If the respective machine is linux, before building set the following enviromnent variables:

```bash
export GOARCH=amd64
export GOOS=windows
```

```bash
go build
```