Sunday, November 28, 2021
1 change · master
Miscellaneous changes
Currently the resolv.conf file saved when building the image is not applied because the file is rewritten on each startup. This commit modifies the name of the file so that the nameservers are added when starting up when generating the resolv.conf file We remove the domain localdomain because it is useless in this situation. Now with this list of DNS servers, they allow other DNS server to be used if the local DNS server does not resolve the domain. Forward-Port-Of: odoo/odoo#80368
Original PR description
Currently the resolv.conf file saved when building the image is not applied because the file is rewritten on each startup. This commit modifies the name of the file so that the nameservers are added when starting up when generating the resolv.conf file We remove the domain localdomain because it is useless in this situation. Now with this list of DNS servers, they allow other DNS server to be used if the local DNS server does not resolve the domain. Forward-Port-Of: odoo/odoo#80368