« Ubuntu : Configurer les serveurs DNS » : différence entre les versions
De www.yakakliker.org
(Page créée avec « * Editer le fichier '''/etc/systemd/resolved.conf''' <syntaxhighlight lang="bash"> [Resolve] DNS=4.2.2.4 4.2.2.2 209.244.0.4 209.244.0.3 </syntaxhighlight> * Relancer le service <syntaxhighlight lang="bash"> systemctl restart systemd-resolved.service </syntaxhighlight> == Liens == https://forum.ubuntu-fr.org/viewtopic.php?id=2074877 ») |
Aucun résumé des modifications |
||
Ligne 14 : | Ligne 14 : | ||
== Liens == | == Liens == | ||
https://forum.ubuntu-fr.org/viewtopic.php?id=2074877 | https://forum.ubuntu-fr.org/viewtopic.php?id=2074877 | ||
[[Catégorie:Ubuntu]] | |||
[[Catégorie:Linux]] | |||
[[Catégorie:DNS]] | |||
[[Catégorie:Reseau]] |
Dernière version du 27 mai 2025 à 11:57
- Editer le fichier /etc/systemd/resolved.conf
[Resolve]
DNS=4.2.2.4 4.2.2.2 209.244.0.4 209.244.0.3
- Relancer le service
systemctl restart systemd-resolved.service