Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/agn-7/connection-breaker
- Owner: agn-7
- Created: 2024-02-12T07:44:32.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-01T07:22:15.000Z (9 months ago)
- Last Synced: 2024-04-04T03:45:35.583Z (8 months ago)
- Topics: gin, go
- Language: Go
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```