1
0
mirror of https://github.com/tonusoo/koduinternet-cpe synced 2024-09-21 16:01:05 +03:00
koduinternet-cpe/conf/etc/dhcp/dhclient-enter-hooks.d/nodnsupdate
2023-06-15 17:55:10 +03:00

9 lines
304 B
Plaintext

# make_resolv_conf() function in /sbin/dhclient-script updates
# /etc/resolv.conf based on received values. This is a dummy version
# of this function in order to ensure that /etc/resolv.conf is
# not touched by dhclient.
# In addition, "chattr +i /etc/resolv.conf" was set.
make_resolv_conf() {
true
}