Last active
March 31, 2021 21:17
-
-
Save armpogart/c15be49142004288e295647135f80ebb to your computer and use it in GitHub Desktop.
Acrylic DNS Proxy scoop manifest
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 characters
| { | |
| "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", | |
| "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" | |
| ] | |
| ], | |
| "persist": [ | |
| "AcrylicConfiguration.ini", | |
| "AcrylicHosts.txt" | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment