From 501b4bd9f40d1f6a8f371f2053f7918e3c2c9ee7 Mon Sep 17 00:00:00 2001 From: mbo18 Date: Thu, 26 Sep 2019 11:29:54 +0200 Subject: [PATCH] Update network.md (#446) * Update network.md Solve https://community.home-assistant.io/t/setting-a-static-ip-on-hassio-hassos/63378 * Update network.md Forgot to update the text --- Documentation/network.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/network.md b/Documentation/network.md index 81866c124..09f3d3b95 100644 --- a/Documentation/network.md +++ b/Documentation/network.md @@ -75,10 +75,10 @@ Replace the following configuration: ```ini [ipv4] method=manual -address=192.168.1.111/24,192.168.1.1 +address=192.168.1.111/24;192.168.1.1 dns=8.8.8.8;8.8.4.4; ``` -For address, the value before the comma is the IP address and subnet prefix bitlength; the second value is the IP address of the gateway. +For address, the value before the semicolon is the IP address and subnet prefix bitlength; the second value is the IP address of the gateway. ## Tips