hosts backup

- create a backup before changing the hosts file
This commit is contained in:
amd64fox
2022-07-21 10:30:39 +03:00
parent 93127b1376
commit 9e7ec8f6fb
2 changed files with 14 additions and 4 deletions

View File

@@ -84,6 +84,8 @@ Good luck to you.
UpdateError = "Failed to block updates"
NoSpotifyExe = "Could not find Spotify.exe"
InstallComplete = "installation completed"
HostDel = "Unwanted URLs found in hosts file, trying to remove them..."
HostInfo = "Unwanted URLs found in hosts file"
HostBak = "Backing up hosts.bak......"
HostDel = "Trying to remove unwanted URLs from the original hosts file..."
HostError = "Something went wrong while editing the hosts file, edit it manually"
```