From 8cde7f91929623fcda0c952d40d93e1cbbe683f2 Mon Sep 17 00:00:00 2001 From: Makrand Gupta Date: Wed, 10 Oct 2018 05:31:59 -0400 Subject: [PATCH] Fixed typo in 'address' property name for Static IP (#208) --- Documentation/network.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/network.md b/Documentation/network.md index c853231ef..58941cc5a 100644 --- a/Documentation/network.md +++ b/Documentation/network.md @@ -72,7 +72,7 @@ Replace follow configuration: ```ini [ipv4] method=manual -address1=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; ```