From 1fcac4c87ca329b61eff362bf9e5836ae478c28e Mon Sep 17 00:00:00 2001 From: Jeffrey Serio Date: Mon, 2 May 2022 20:28:12 -0500 Subject: [PATCH] Update main.go --- main.go | 9 --------- 1 file changed, 9 deletions(-) diff --git a/main.go b/main.go index e46a00c..c2592cc 100644 --- a/main.go +++ b/main.go @@ -17,15 +17,6 @@ import ( "github.com/akamensky/argparse" ) -// TODO: Figure out what to do with this -//const resetDNSMsg string = ` -//Note that you may need to flush your system's DNS cache for changes to take effect. -//In most cases this could be done by restarting the resolver daemon. -//Windows systems: open PowerShell as administrator and run "ipconfig /flushdns" -//macOS: open terminal and run "sudo dscacheutil -flushcache" -//Linux with Systemd: open terminal and run "sudo systemctl restart systemd-resolved" -//Other init systems or *BSD: You probably already know how to do this.` - var localFilePaths = make(map[string]string, 4) // Check if exists on the host filesystem