Clarify the format of the address field to avoid people accidentally swapping IP address of hassio vs. gateway. (#237)

This commit is contained in:
thomasvs 2018-11-01 08:45:41 -04:00 committed by Pascal Vizeli
parent caf708e14a
commit 47bb76acec

View File

@ -67,7 +67,7 @@ method=auto
### Static IP ### Static IP
Replace follow configuration: Replace the following configuration:
```ini ```ini
[ipv4] [ipv4]
@ -75,6 +75,7 @@ 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; 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.
## Tips ## Tips