Changeset 194d47b for server


Ignore:
Timestamp:
07/15/2023 04:55:57 PM (11 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.0, 12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
1248cb2
Parents:
0bb7c72
Message:

Archive ISC DHCP (and dhclient).

It's been succeeded by Kea for the server, and dhcpcd for the client.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/other/unbound.xml

    r0bb7c72 r194d47b  
    192192
    193193<screen role="root"><userinput>echo "nameserver 127.0.0.1" > /etc/resolv.conf</userinput></screen>
    194 
    195       <para>
    196         If you are using a DHCP client for connecting to a network,
    197         <filename>/etc/resolv.conf</filename> gets overwritten with values
    198         provided by DHCP server. You can override this, for example in <xref
    199         linkend="dhcp"/>, by running the following command as the <systemitem
    200         class="username">root</systemitem> user:
    201       </para>
    202 
    203 <screen role="root"><userinput>sed -i '/request /i\supersede domain-name-servers 127.0.0.1;' \
    204        /etc/dhcp/dhclient.conf</userinput></screen>
    205194
    206195      <para>
Note: See TracChangeset for help on using the changeset viewer.