Skip to content

Commit

Permalink
Update dnscrypt-proxy.json
Browse files Browse the repository at this point in the history
  • Loading branch information
markpash authored Feb 5, 2024
1 parent d1b8ae5 commit 01e5c94
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions bucket/dnscrypt-proxy.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,14 @@
}
}
},
"pre_install": "if (!(Test-Path \"$persist_dir\\$dnscrypt-proxy.toml\")) { Copy-Item \"$dir\\example-dnscrypt-proxy.toml\" \"$dir\\dnscrypt-proxy.toml\" }",
"pre_install": [
"'dnscrypt-proxy.toml', 'query.log' | ForEach-Object {",
" if (!(Test-Path \"$persist_dir\\$_\")) { New-Item \"$dir\\$_\" -ItemType File | Out-Null }",
"};"
],
"persist": [
"dnscrypt-proxy.toml",
"localhost.pem"
"query.log"
],
"extract_dir": "win64",
"bin": "dnscrypt-proxy.exe"
Expand Down

0 comments on commit 01e5c94

Please sign in to comment.