From dd77362b07778aeaf5df9c4e3d7dcb10892e065d Mon Sep 17 00:00:00 2001 From: Anders Pitman Date: Thu, 22 Oct 2020 10:08:20 -0600 Subject: [PATCH] Improve shadows on logo --- logo.svg | 13 +++++++++---- todo.md | 2 ++ 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/logo.svg b/logo.svg index f90b625..98d8f1d 100644 --- a/logo.svg +++ b/logo.svg @@ -3,11 +3,16 @@ - - + + + + + + + + - - + diff --git a/todo.md b/todo.md index c6b605a..7d32e4d 100644 --- a/todo.md +++ b/todo.md @@ -9,3 +9,5 @@ keyboard). * See if WebSockets tunnel correctly * Pretty sure we need to be mutex-locking the cancelFunc calls +* Getting new certs isn't working behind Cloudflare. Might be able to fix by + using the HTTP challenge and allowing HTTP on the Cloudflare side.