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 5: | Line 5: | ||
=To make an update:= | =To make an update:= | ||
Edit /etc/hosts with the change | |||
run: | |||
systemctl restart dnsmasq''' | |||
Revision as of 22:38, 16 May 2026
Computer Notes > Linux > DNS loopups with dnsmasq
dnsmasq ueses the /etc/hosts file for resolution however it the cached in RAM.
To make an update:
Edit /etc/hosts with the change
run:
systemctl restart dnsmasq