From 7fcb978bc5a4e4ce07b192ea8d8170e9568d0d87 Mon Sep 17 00:00:00 2001 From: Solene Rapenne Date: Thu, 3 Dec 2020 21:59:22 +0100 Subject: [PATCH] Use hostname.example from RFC2606 --- vger.8 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vger.8 b/vger.8 index 06fabe8..a4d4f2f 100644 --- a/vger.8 +++ b/vger.8 @@ -23,9 +23,9 @@ Set the default lang in the return code to instead of "en". .It Op Fl v Enable virtualhost support, the hostname in the query will be considered as a directory name. -As example, for request gemini://fqdn.local/file.gmi +As example, for request gemini://hostname.example/file.gmi .Nm -will read the file /var/gemini/fqdn.local/file.gmi +will read the file /var/gemini/hostname.example/file.gmi .It Op Fl d Ar path Use .Ar path @@ -61,7 +61,7 @@ configuration example: .Bd -literal -offset indent log connection relay "gemini" { - listen on 163.172.223.238 port 1965 tls + listen on hostname.example port 1965 tls forward to 127.0.0.1 port 11965 } .Ed