From 79fa42b74e3bc7f755c16ccf9455ed9b363200df Mon Sep 17 00:00:00 2001 From: Ferdinand Schober Date: Sat, 30 Sep 2023 16:29:15 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4c51a9..b3d99c1 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ ips = ["192.168.178.156"] # at least one ip address needs to be specified. host_name = "thorium" # ips for ethernet and wifi -ips = ["192.168.178.189"] +ips = ["192.168.178.189", "192.168.178.172"] # optional port port = 4242 ```