From 0753f54a7a6bd0bcad30d07e5dcdd3e99b817528 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Tue, 2 Mar 2021 12:28:03 +0000 Subject: Formatting --- CHANGES.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'CHANGES.md') diff --git a/CHANGES.md b/CHANGES.md index 4c0155d..a355833 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,3 @@ - # What's new? ## Release 1.1.1 - 2021-03-02 @@ -7,8 +6,8 @@ This was preventing TLS 1.3 from being negotiated. - If you have deployed SpaceBeans already, add these too entries - to your cipher list: + If you have deployed SpaceBeans already, add these too entries to your cipher list: + ``` "TLS_AES_128_GCM_SHA256", "TLS_AES_256_GCM_SHA384" @@ -30,15 +29,16 @@ user-directories = true user-directory-path = "/home/{user}/public_gemini/" ``` -Won't check for the user on the system, it only translates requests based on -the user specific root path. +Won't check for the user on the system, it only translates requests based on the user specific root path. For example: + ``` gemini://host/~myuser/ ``` Will use as root: + ``` /home/myuser/public_gemini/ ``` -- cgit v1.2.3