From 236de8db8b4d884cd5b8a747bc252bb866270cf3 Mon Sep 17 00:00:00 2001 From: Tommy Date: Fri, 18 Aug 2023 12:34:28 -0700 Subject: [PATCH] Update README.md Signed-off-by: Tommy --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 16a7f46..a893dd4 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,11 @@ # ONC Converter -[![Netlify Status](https://api.netlify.com/api/v1/badges/7571501a-d480-4415-8856-b9572fb999f6/deploy-status)](https://app.netlify.com/sites/onc/deploys) Convert OpenVPN configuration files to ONC configuration files. ## How to use Download the `index.html` file and open it in Chrome (or any other modern browser). Follow the instructions there. -You can also use the hosted copy at [https://onc.arcticfoxes.net](https://onc.tommytran.io). If you do, you need to trust the website (hosted on [Netlify](https://netlify.app/)) to not exfiltrate your password, certificates, and keys. +You can also use the hosted copy at [https://onc.arcticfoxes.net](https://onc.tommytran.io). If you do, you need to trust the website (hosted on [Cloudflare Pages](https://pages.cloudflare.com/)) to not exfiltrate your password, certificates, and keys. ## Attribution This is simple a fork of [thomkeh/ovpn2onc](https://github.com/thomkeh/ovpn2onc) with a dark theme.