Last active
March 31, 2021 21:17
-
-
Save armpogart/c15be49142004288e295647135f80ebb to your computer and use it in GitHub Desktop.
Revisions
-
armpogart revised this gist
Mar 14, 2020 . 1 changed file with 4 additions and 40 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -22,46 +22,10 @@ [ "AcrylicUI.exe", "Acrylic DNS Proxy\\Acrylic UI" ] ], "persist": [ "AcrylicConfiguration.ini", "AcrylicHosts.txt" ] } -
armpogart revised this gist
Mar 14, 2020 . 1 changed file with 0 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,7 +5,6 @@ "license": "GPL-2.0-only", "url": "https://downloads.sourceforge.net/project/acrylic/Acrylic/1.2.2/Acrylic-Portable.zip", "hash": "sha1:86a26c3e2df7c1548a36661c4c45b97fc0bb3dc3", "bin": [ "AcrylicUI.exe", "InstallAcrylicService.bat", -
armpogart revised this gist
Mar 14, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -63,6 +63,6 @@ [ "OpenAcrylicHostsFile.bat", "Acrylic DNS Proxy\\Open Hosts File" ] ] } -
armpogart revised this gist
Mar 14, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -7,7 +7,7 @@ "hash": "sha1:86a26c3e2df7c1548a36661c4c45b97fc0bb3dc3", "extract_dir": "acrylic", "bin": [ "AcrylicUI.exe", "InstallAcrylicService.bat", "UninstallAcrylicService.bat", "StartAcrylicService.bat", -
armpogart created this gist
Mar 14, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,68 @@ { "homepage": "https://mayakron.altervista.org/wikibase/show.php?id=AcrylicHome", "description": "Acrylic is a local DNS proxy for Windows which improves the performance of your computer by caching the responses coming from your DNS servers and helps you fight unwanted ads through a custom HOSTS file optimized for handling hundreds of thousands of domain names and with additional support for wildcards and regular expressions.", "version": "1.2.2", "license": "GPL-2.0-only", "url": "https://downloads.sourceforge.net/project/acrylic/Acrylic/1.2.2/Acrylic-Portable.zip", "hash": "sha1:86a26c3e2df7c1548a36661c4c45b97fc0bb3dc3", "extract_dir": "acrylic", "bin": [ "AcrylicUI.exe, "InstallAcrylicService.bat", "UninstallAcrylicService.bat", "StartAcrylicService.bat", "StopAcrylicService.bat", "RestartAcrylicService.bat", "PurgeAcrylicCacheData.bat", "ActivateAcrylicDebugLog.bat", "DeactivateAcrylicDebugLog.bat", "OpenAcrylicConfigurationFile.bat", "OpenAcrylicHostsFile.bat" ], "shortcuts": [ [ "AcrylicUI.exe", "Acrylic DNS Proxy\\Acrylic UI" ], [ "InstallAcrylicService.bat", "Acrylic DNS Proxy\\Install Service" ], [ "UninstallAcrylicService.bat", "Acrylic DNS Proxy\\Uninstall Service" ], [ "StartAcrylicService.bat", "Acrylic DNS Proxy\\Start Service" ], [ "StopAcrylicService.bat", "Acrylic DNS Proxy\\Stop Service" ], [ "RestartAcrylicService.bat", "Acrylic DNS Proxy\\Restart Service" ], [ "PurgeAcrylicCacheData.bat", "Acrylic DNS Proxy\\Purge Cache Data" ], [ "ActivateAcrylicDebugLog.bat", "Acrylic DNS Proxy\\Activate Debug Log" ], [ "DeactivateAcrylicDebugLog.bat", "Acrylic DNS Proxy\\Deactivate Debug Log" ], [ "OpenAcrylicConfigurationFile.bat", "Acrylic DNS Proxy\\Open Configuration File" ], [ "OpenAcrylicHostsFile.bat", "Acrylic DNS Proxy\\Open Hosts File" ], ] }