Fixing subnet mask (#2005)

* Fixing subnet mask

The subnet mask provided in the example is not compatible with the IPs provided.

* Modified the static IP to reflect a more common use case, and be less confusing with the net mask.
This commit is contained in:
Vladimir Cravero 2022-04-14 08:35:39 +02:00 committed by GitHub
parent f2ce728684
commit cc77f8206f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,8 +23,8 @@ dramatically improve connection times.
# Optional manual IP
manual_ip:
static_ip: 10.0.0.42
gateway: 10.0.0.1
static_ip: 192.168.0.123
gateway: 192.168.0.1
subnet: 255.255.255.0
.. code-block:: yaml