Update default port to 80
This commit is contained in:
parent
a63d057367
commit
1abf7d1fb6
|
@ -18,7 +18,7 @@ type serverData struct {
|
||||||
|
|
||||||
func main() {
|
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")
|
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")
|
serverPort := flag.Int("serverport", 34196, "RCON port on the Factorio server")
|
||||||
password := flag.String("password", "", "RCON password of the server (required)")
|
password := flag.String("password", "", "RCON password of the server (required)")
|
||||||
|
|
Loading…
Reference in a new issue