Update main.go

This commit is contained in:
Jeffrey Serio 2022-05-02 20:28:12 -05:00 committed by GitHub
parent 3809a3a3ba
commit 1fcac4c87c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 <path> exists on the host filesystem