Use gophers! - bitreich-httpd - Bitreich HTTPD service | |
git clone git://bitreich.org/bitreich-httpd git://enlrupgkhuxnvlhsf6lc3fziv5h2h… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
LICENSE | |
--- | |
commit 246e4239200dd875c7fc4eaac138e2220562e4e0 | |
parent d00c948b82e8f5a60c6122e493181b67d626f2cd | |
Author: Christoph Lohmann <[email protected]> | |
Date: Sun, 21 Jul 2024 20:25:19 +0200 | |
Use gophers! | |
Diffstat: | |
M bitreich-httpd.c | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/bitreich-httpd.c b/bitreich-httpd.c | |
@@ -48,7 +48,7 @@ printheaders(char *ctype) | |
printf("X-Future: Gopher ftw!\r\n"); | |
printf("Content-Type: %s\r\n", ctype); | |
printf("X-Irritate: Be irritated.\r\n"); | |
- printf("X-Use-Gopher: gopher://bitreich.org\r\n"); | |
+ printf("X-Use-Gopher: gophers://bitreich.org\r\n"); | |
printf("If-By-Whiskey: Terrorist\r\n"); | |
printf("X-Powered-By: love\r\n"); | |
printf("Permission-Policy: interest-cohort=()\r\n"); |