Update README.md

This commit is contained in:
Ferdinand Schober
2023-09-30 16:29:15 +02:00
committed by GitHub
parent 851b6d60eb
commit 79fa42b74e

View File

@@ -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
```