diff --git a/_site/2021/08/31/vpns-api/index.html b/_site/2021/08/31/vpns-api/index.html index 0026a1a..998aa89 100644 --- a/_site/2021/08/31/vpns-api/index.html +++ b/_site/2021/08/31/vpns-api/index.html @@ -175,7 +175,7 @@ When a user disconnects, send an explicit “disconnect”. Have the VPN server report an implicit “disconnect” after an amount of time, say 15 minutes, then send an implicit “connect” message once traffic continues. This is all in RAM under temporary storage and is lost upon restart of the server. -

The best method (used currently by Mullvad VPN is 3.

+

The best method (used currently by Mullvad VPN) is number 3.

Panel

diff --git a/_site/feed.xml b/_site/feed.xml index c606c7e..4297504 100644 --- a/_site/feed.xml +++ b/_site/feed.xml @@ -1,4 +1,4 @@ -Jekyll2021-09-01T08:37:51-06:00/feed.xmlIdea For A VPN Service2021-08-31T00:00:00-06:002021-08-31T00:00:00-06:00/2021/08/31/vpns-api<p>Recently I’ve been thinking about starting a VPN service. +Jekyll2021-09-01T08:39:36-06:00/feed.xmlIdea For A VPN Service2021-08-31T00:00:00-06:002021-08-31T00:00:00-06:00/2021/08/31/vpns-api<p>Recently I’ve been thinking about starting a VPN service. This service has some interesting requirements that I have never seen a VPN service do before, so I’d like to put down my thoughts as to what might be sensible for a centralized yet encrypted* VPN service.</p> <p>I would license all the code and scripts under the AGPLv3. @@ -135,7 +135,7 @@ When a user disconnects, send an explicit “disconnect”. Have the VPN server report an <em>implicit</em> “disconnect” after an amount of time, say 15 minutes, then send an implicit “connect” message once traffic continues. This is all in RAM under temporary storage and is lost upon restart of the server.</li> </ol> -<p>The best method (used currently by <a href="https://mullvad.net">Mullvad VPN</a> is 3.</p> +<p>The best method (used currently by <a href="https://mullvad.net">Mullvad VPN</a>) is number 3.</p> <h2 id="panel">Panel</h2> diff --git a/_site/sitemap.xml b/_site/sitemap.xml index cdf0141..a8229f7 100644 --- a/_site/sitemap.xml +++ b/_site/sitemap.xml @@ -2,31 +2,31 @@ /emacspeak-tutorials/arrays/ -2021-09-01T08:37:51-06:00 +2021-09-01T08:39:36-06:00 /emacspeak-tutorials/functions/ -2021-09-01T08:37:51-06:00 +2021-09-01T08:39:36-06:00 /emacspeak-tutorials/loops/ -2021-09-01T08:37:51-06:00 +2021-09-01T08:39:36-06:00 /emacspeak-tutorials/pointers/ -2021-09-01T08:37:51-06:00 +2021-09-01T08:39:36-06:00 /emacspeak-tutorials/printing/ -2021-09-01T08:37:51-06:00 +2021-09-01T08:39:36-06:00 /emacspeak-tutorials/structs/ -2021-09-01T08:37:51-06:00 +2021-09-01T08:39:36-06:00 /emacspeak-tutorials/user-input/ -2021-09-01T08:37:51-06:00 +2021-09-01T08:39:36-06:00 /2020/01/22/padding-and-margin/