Fixed typo in 'address' property name for Static IP (#208)

This commit is contained in:
Makrand Gupta 2018-10-10 05:31:59 -04:00 committed by Pascal Vizeli
parent 1112a10509
commit 8cde7f9192

View File

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