How to disable dnsmasq cache [closed]
I just want to disable the caching functionality, I do not need it and it only creates bad behavior in my environment.
Not interested in any other solution, if you do not know, do not comment.
From the manual page:
-c, --cache-size=<cachesize>
Set the size of dnsmasq's cache. The default is 150 names.
Setting the cache size to zero disables caching.
Note: huge cache size impacts performance.