mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-10-31 13:51:18 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			44 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			44 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "version": "2.1.14",
 | |
|     "description": "A flexible DNS proxy, with support for encrypted DNS protocols",
 | |
|     "homepage": "https://dnscrypt.info",
 | |
|     "license": "ISC",
 | |
|     "notes": [
 | |
|         "1. \"fallback_resolvers\" was renamed to \"bootstrap_resolvers\" for clarity. Please update your configuration file accordingly.",
 | |
|         "2. Some of the configuration files are changed, for details: https://github.com/DNSCrypt/dnscrypt-proxy/releases/tag/2.0.45",
 | |
|         "3. For compatibility reasons, please move all configuration files exclude \"dnscrypt-proxy.toml\" into \"config\" folder and update your config."
 | |
|     ],
 | |
|     "architecture": {
 | |
|         "64bit": {
 | |
|             "url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.1.14/dnscrypt-proxy-win64-2.1.14.zip",
 | |
|             "hash": "4a3a7d6bdcfaab1155f2c7bf42af92988f7be0198cc1f46cfe3e1b0ae4150449",
 | |
|             "extract_dir": "win64"
 | |
|         },
 | |
|         "32bit": {
 | |
|             "url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.1.14/dnscrypt-proxy-win32-2.1.14.zip",
 | |
|             "hash": "87b1130e9d9a2af859887fb31a8414be96876d30cf0a632dca5a9257eb759a75",
 | |
|             "extract_dir": "win32"
 | |
|         }
 | |
|     },
 | |
|     "pre_install": "if (!(Test-Path \"$persist_dir\\$dnscrypt-proxy.toml\")) { Copy-Item \"$dir\\example-dnscrypt-proxy.toml\" \"$dir\\dnscrypt-proxy.toml\" }",
 | |
|     "bin": "dnscrypt-proxy.exe",
 | |
|     "persist": [
 | |
|         "config",
 | |
|         "dnscrypt-proxy.toml",
 | |
|         "localhost.pem"
 | |
|     ],
 | |
|     "checkver": {
 | |
|         "github": "https://github.com/DNSCrypt/dnscrypt-proxy"
 | |
|     },
 | |
|     "autoupdate": {
 | |
|         "architecture": {
 | |
|             "64bit": {
 | |
|                 "url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/$version/dnscrypt-proxy-win64-$version.zip"
 | |
|             },
 | |
|             "32bit": {
 | |
|                 "url": "https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/$version/dnscrypt-proxy-win32-$version.zip"
 | |
|             }
 | |
|         }
 | |
|     }
 | |
| }
 | 
![github-actions[bot]](/assets/img/avatar_default.png)