DNS loopups with dnsmasq: Difference between revisions
From Cramsession
Jump to navigationJump to search
✍️ Verified Author: Mflavell • Click to view professional profile & credentials
No edit summary |
No edit summary |
||
| Line 6: | Line 6: | ||
dnsmasq does use the /etc/hosts file for resolution hoever it the cached in RAM. | dnsmasq does use the /etc/hosts file for resolution hoever it the cached in RAM. | ||
To make an update | To make an update: | ||
* Edit /etc/hosts with the change | ::* Edit /etc/hosts with the change | ||
* run '''systemctl restart dnsmasq''' | ::* run '''systemctl restart dnsmasq''' | ||
Revision as of 20:57, 16 April 2026
Computer Notes > Linux > DNS loopups with dnsmasq
This is used in the EGN enviomnet.
dnsmasq does use the /etc/hosts file for resolution hoever it the cached in RAM.
To make an update:
- Edit /etc/hosts with the change
- run systemctl restart dnsmasq