mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-27 23:16:31 +00:00
Fixed typo in 'address' property name for Static IP (#208)
This commit is contained in:
parent
1112a10509
commit
8cde7f9192
@ -72,7 +72,7 @@ Replace follow configuration:
|
|||||||
```ini
|
```ini
|
||||||
[ipv4]
|
[ipv4]
|
||||||
method=manual
|
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;
|
dns=8.8.8.8;8.8.4.4;
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user