fix: dns argument for ipv4 manual network in docs/modules/ROOT/pages/installation/postinstallation-tasks.adoc

This commit is contained in:
Dhole W 2025-01-08 13:27:24 +00:00
commit dcd19fe3a3

View file

@ -257,7 +257,7 @@ c. Optionally reconfigure IPv4 as static. But make sure the IPv6 address works a
[…]# nmcli con mod 'enp3s0' ipv4.method manual \
ipv4.addresses <YOUR_IPv4>/27 \
ipv4.gateway <GATEWAY> \
ipv6.dns "<DNS1_IPv4> <DNS2_IPv4>"
ipv4.dns "<DNS1_IPv4> <DNS2_IPv4>"
[…]# nmcli con up'enp3s0'
[…]# nmcli con reload
----