diff --git a/docs/1.html b/docs/1.html new file mode 100644 index 00000000..0c4ce565 --- /dev/null +++ b/docs/1.html @@ -0,0 +1,40 @@ + + + +
+←Back + +

Steps

+ +Click this link (You should have just gotten a file downloaded)
+Go to chrome://network
+This funny thing only works on chromebooks running chrome
+ +
+Scroll to the bottom and press Import ONC, then upload the onc file
+Delete the file and then go to your quick access settings (click the clock)
+Click VPN, and then Silly little file (If unmodified from this original upload)
+Please note this may take a few tries to connect, but be persistant, it will work eventually
+
+Profit
+ +

Check out if you are interested in making your own files 😜

+

Synced:

+ + +
+ diff --git a/docs/11.html b/docs/11.html new file mode 100644 index 00000000..0aa0cc93 --- /dev/null +++ b/docs/11.html @@ -0,0 +1,54 @@ + + +
+←Back +

Intro

+ +If you are looking at this post, you mayhaps be interested in making your own .onc files to import a VPN into ChromeOS.
+If you want a premade file check out this page instead.
+ +

Making a IPSec config via Proton


+

Web side


+
+Make a Proton account
+A good website to make a burner email for this is mail.com
+Visit the Proton downloads dashboard
+Set your options as follows
+image
+Expand the country you want, go to a low latency server (or any) and choose the dropdown arrow beside download
+image
+Use this to copy the link (This will be your hostname)
+Go to the Proton accounts dashboard and note your credentials for OpenVPN
+ +

Chromebook side


+
+Go to Settings > Network > Vpn > Click the (+)
+Set Service name to something silly idc
+Set Provider Type to IPsec (iKEv2)
+Set Server Hostname to Step 4 Hostname
+Double check Authentication Type is Username and password
+Set Username to Step 5 Credentials
+Set Password to Step 5 Credentials
+Double check Server CA Certificate is set to ProtonVPN Root CA [ProtonVPN Root CA]
+Toggle Save identity and password so you dont have to remember all of this
+Click connect

ONC making


+You can also use this info along with the premade file here to make a new one (using the same certs as they are the default certs for PVN CA Root)
+

Synced:

+ + +
+ diff --git a/docs/404.html b/docs/404.html index 829eda8f..5c5990c2 100644 --- a/docs/404.html +++ b/docs/404.html @@ -1,33 +1,65 @@ - - - - - Page Not Found + + + - - -
-

404

-

Page Not Found

-

The specified file was not found on this website. Please check the URL for mistakes and try again.

-

Why am I seeing this?

-

This page was generated by the Firebase Command-Line Interface. To modify it, edit the 404.html file in your project's configured public directory.

-
- +@keyframes gradient { + 0% { + background: linear-gradient(to right, #ff0000, #ffff00); + } + 25% { + background: linear-gradient(to right, #ffff00, #00ff00); + } + 50% { + background: linear-gradient(to right, #00ff00, #00ffff); + } + 75% { + background: linear-gradient(to right, #00ffff, #0000ff); + } + 100% { + background: linear-gradient(to right, #0000ff, #ff0000); + } +} + +h1 { + font-size: 5em; + margin-top: 20%; +} + +img { + width: 300px; + height: 300px; + margin-top: 20px; +} + + + +

404

+A random image +

+Back +

+ + diff --git a/docs/disc.html.template b/docs/disc.html.template new file mode 100644 index 00000000..a420bc9e --- /dev/null +++ b/docs/disc.html.template @@ -0,0 +1,25 @@ + + + + +
+ + + + +
+ diff --git a/docs/index.html b/docs/index.html index ad30ec81..02b54bae 100644 --- a/docs/index.html +++ b/docs/index.html @@ -25,10 +25,15 @@

}); -

SLF Protocol Setup


See #1 for a premade (albeit slow and unstable) file!

-

See #11 for a tutorial on how to make files, although this requires some level of critical thinking.

+

SLF Protocol Setup


See #1 for a premade (albeit slow and unstable) file!

+

See #11 for a tutorial on how to make files, although this requires some level of critical thinking.

Technical Links

Template File:

Onc File Breakdown:

https://chromium.googlesource.com/chromium/src/+/main/components/onc/docs/onc_spec.md +

Updated:

+ +