diff options
Diffstat (limited to 'yae.json')
| -rw-r--r-- | yae.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/yae.json b/yae.json new file mode 100644 index 0000000..3ccf84f --- /dev/null +++ b/yae.json @@ -0,0 +1,10 @@ +{ + "$schema": "https://raw.githubusercontent.com/Fuwn/yae/refs/heads/main/yae.schema.json", + "openvpn": { + "url": "https://www.privateinternetaccess.com/openvpn/openvpn.zip", + "sha256": "0vxm18gzn7fi7dd85rmj3hnbral568bgczhvgi8cb348lx5i23v4", + "hash": "sha256-ZA8RS6eIjMVQfBt+9hYyhaq8LByy5oJaO9Ed+x8KtW8=", + "unpack": true, + "type": "binary" + } +} |