Add 127.0.0.1 in case you're testing

This commit is contained in:
Alex Schroeder 2020-07-13 10:21:12 +02:00
parent def09ad6e9
commit 014c6dc353
1 changed files with 1 additions and 0 deletions

View File

@ -92,6 +92,7 @@ scheme."
(defcustom elpher-gemini-tokens
'(("alexschroeder.ch" . "hello")
("communitywiki.org" . "hello")
("127.0.0.1" . "hello")
("localhost" . "hello"))
"An alist of hostnames and authorization tokens
used when writing Gemini pages."