mirror of
https://github.com/tonusoo/koduinternet-cpe
synced 2025-12-17 15:45:11 +02:00
Initial commit
This commit is contained in:
8
conf/etc/dhcp/dhclient-enter-hooks.d/nodnsupdate
Normal file
8
conf/etc/dhcp/dhclient-enter-hooks.d/nodnsupdate
Normal file
@@ -0,0 +1,8 @@
|
||||
# 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
|
||||
}
|
||||
Reference in New Issue
Block a user