Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 475 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 475 Bytes

Ping

Web app utility to get server list data from Minecraft servers.

Avalible at https://ping.turtley12.dev/app,

Running yourself

Before compiling and running, make sure you have Go 1.16 or higher installed. Then run go run . to run, or go build . to build an executable.

Config

To modify the default address and port, create a config.json file in the same directory as the executable.

Example config:

{
	"address": "localhost",
	"port": 8080
}