Update default port to 80

This commit is contained in:
Chandler Swift 2020-03-20 11:25:11 -05:00
parent a63d057367
commit 1abf7d1fb6

View file

@ -18,7 +18,7 @@ type serverData struct {
func main() {
port := flag.Int("port", 65536, "Port on which the HTTP server should serve (required)")
port := flag.Int("port", 80, "Port on which the HTTP server should serve (required)")
serverAddr := flag.String("serverAddr", "factorio.blackolivepineapple.pizza", "Server to check status of (optional, defaults to factorio.bopp")
serverPort := flag.Int("serverport", 34196, "RCON port on the Factorio server")
password := flag.String("password", "", "RCON password of the server (required)")