Add comments to DNS config

This commit is contained in:
nyanloutre 2025-02-20 15:34:20 +01:00
parent 8980c02e77
commit d8f1fe6a44

View File

@ -32,6 +32,7 @@
useDHCP = false; useDHCP = false;
nameservers = [ nameservers = [
# https://www.dns0.eu/fr
"193.110.81.0" "193.110.81.0"
"185.253.5.0" "185.253.5.0"
]; ];
@ -45,7 +46,7 @@
interfaces = { interfaces = {
bouygues = { bouygues = {
# Adresse MAC BBox ? https://lafibre.info/remplacer-bbox/informations-de-connexion-ftth/msg598303/#msg598303 # Adresse MAC BBox : https://lafibre.info/remplacer-bbox/informations-de-connexion-ftth/msg598303/#msg598303
macAddress = "E8:AD:A6:21:73:68"; macAddress = "E8:AD:A6:21:73:68";
useDHCP = true; useDHCP = true;
}; };
@ -318,6 +319,7 @@
EmitRouter = true; EmitRouter = true;
EmitDNS = true; EmitDNS = true;
DNS = [ DNS = [
# https://www.dns0.eu/fr
"193.110.81.0" "193.110.81.0"
"185.253.5.0" "185.253.5.0"
]; ];
@ -352,6 +354,7 @@
ipv6SendRAConfig = { ipv6SendRAConfig = {
EmitDNS = true; EmitDNS = true;
DNS = [ DNS = [
# https://www.dns0.eu/fr
"2a0f:fc80::" "2a0f:fc80::"
"2a0f:fc81::" "2a0f:fc81::"
]; ];