Reconfigure /etc/resolv.conf to use new name servers
Why should I care?
- Will enable full use of GitHub on IPv6 limited nodes by using a public NAT64/DNS64 resolver
| Description | Command | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | Update /etc/resolv.conf to use the 1.1.1.1 and the public NAT64/DNS64 resolver
| WARNING - This will overwrite any existing DNS entries, make sure you want to do this!
| 2 | OPTIONAL - Append the
| DNS name servers into /etc/resolv.conf||||||||||
| Code Block |
| nameserver 1.1.1.1
nameserver 1.0.0.1
| -a
| |||||||||||
| 32 | Use chattr to prevent any VPS cloud configs from resetting /etc/resolv.conf | This will make /etc/resolv.conf immutable
Only run this if you need to edit /etc/resolv.conf again, you must disable immutability
| ||||||||||||
| 43 | Check your node's DNS connection settings |
|
| Insert excerpt | ||||||
|---|---|---|---|---|---|---|
|