Flush DNS Cache for PowerShell and WSL

Flush DNS Cache using PowerShell To check if it was successful you can run: This will give you a list of all existing entries in the local DNS. Using another DNS is WSL Afterwards you have to restart the WSL by using an administrative PowerShell again. You can launch the PowerShell as admin from within […]

Run dnsmasq as a local DNS Server (Arch Linux)

Dnsmasq is a very handy and easy to install DNS / DHCP server implementation, that uses the local hosts file to determine hostname to IP mappings. I use a local DNS to be able to call my local machines by a memorable domain instead of their IP. Additionally dnsmasq works as an DNS Cache. Installation of dnsmasq […]