Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs on proper dns cache clearing #4

Open
patcon opened this issue May 15, 2012 · 2 comments
Open

Docs on proper dns cache clearing #4

patcon opened this issue May 15, 2012 · 2 comments

Comments

@patcon
Copy link

patcon commented May 15, 2012

Seems that the rules sometimes stick around, even we explicitly refresh our browser. Not particularly harmful at the moment, but might make people anxious as their system is getting into a state that they're unsure how to revert.

@mpdude
Copy link
Contributor

mpdude commented Nov 28, 2018

Not sure if that's what you mean, but for me vagrant dns --list shows a list of some old domains I must have used for tests many moons ago.

So, how/where does this plugin cache such settings?

@fnordfish
Copy link
Member

This are two different things. First of all, the original issue was from 2012 (sorry for letting it collecting dust) and vagrant dns --list didn't exist back than, but it also seems to refer to browsers (or probably any client doing DNS requests) caching DNS entries. And yes, that's issue where we might do something about it, but it's not vagrant-dns caching anything, it's either the client (browser) and/or some part of your operating system (eg: https://duckduckgo.com/?q=mac+flush+dns)

Vagrant-dns starts a DNS server which reads from a configuration file (usually) ~/.vagrant.d/tmp/dns/config and vagrant dns --list basically dumps an interpreted version of that file.

fnordfish added a commit that referenced this issue Nov 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants