From b2087310d2bd72a0da00f644d37d2474dfbe6ddb Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Wed, 4 Dec 2024 13:41:48 +0300 Subject: [PATCH] cypherpunks.ru is dead --- doc/index.texi | 4 ++-- rc/example.cfg/go.go | 2 +- ...mirror.cypherpunks.ru.go => if.mirror.cypherpunks.su.go} | 6 +++--- .../{lists.cypherpunks.ru.go => lists.cypherpunks.su.go} | 2 +- rc/example.cfg/root.go | 2 +- rc/example.cfg/static.go | 6 +++--- 6 files changed, 11 insertions(+), 11 deletions(-) rename rc/example.cfg/{if.mirror.cypherpunks.ru.go => if.mirror.cypherpunks.su.go} (54%) rename rc/example.cfg/{lists.cypherpunks.ru.go => lists.cypherpunks.su.go} (94%) diff --git a/doc/index.texi b/doc/index.texi index f685111..f6a05b8 100644 --- a/doc/index.texi +++ b/doc/index.texi @@ -25,8 +25,8 @@ reuse of native libraries capabilities. @item Modern, reliable, secure and fast TLS 1.3 implementation with ChaCha20-Poly1305, session resumption and SNI. -@item If built with @url{http://www.gostls13.cypherpunks.ru/, gostls13}, -then @url{http://www.gost.cypherpunks.ru/, GOST} TLS 1.3 cryptography +@item If built with @url{http://www.gostls13.cypherpunks.su/, gostls13}, +then @url{http://www.gost.cypherpunks.su/, GOST} TLS 1.3 cryptography will be fully supported, with ability to use GOST-based X.509 certificates if client announces its knowledge of GOST algorithms (with the fallback to ordinary ECDSA/EdDSA ones). diff --git a/rc/example.cfg/go.go b/rc/example.cfg/go.go index e2e6bdd..40e6204 100644 --- a/rc/example.cfg/go.go +++ b/rc/example.cfg/go.go @@ -16,6 +16,6 @@ func addGoRepoCfg(host string) { } func init() { - addGoRepoCfg("go.cypherpunks.ru") + addGoRepoCfg("go.cypherpunks.su") addGoRepoCfg("go.stargrave.org") } diff --git a/rc/example.cfg/if.mirror.cypherpunks.ru.go b/rc/example.cfg/if.mirror.cypherpunks.su.go similarity index 54% rename from rc/example.cfg/if.mirror.cypherpunks.ru.go rename to rc/example.cfg/if.mirror.cypherpunks.su.go index 6743000..f4d802f 100644 --- a/rc/example.cfg/if.mirror.cypherpunks.ru.go +++ b/rc/example.cfg/if.mirror.cypherpunks.su.go @@ -5,11 +5,11 @@ package cfg import "go.stargrave.org/godlighty" func init() { - addStaticListedDir("www.if.mirror.cypherpunks.ru", "/storage/if") - godlighty.Hosts["www.if.mirror.cypherpunks.ru"].MIMEs = map[string]string{ + addStaticListedDir("www.if.mirror.cypherpunks.su", "/storage/if") + godlighty.Hosts["www.if.mirror.cypherpunks.su"].MIMEs = map[string]string{ "directory-tree": "text/plain", "Index": "text/plain", "Master-Index": "text/plain", } - godlighty.Hosts["www.if.mirror.cypherpunks.ru"].Readmes = []string{"Index"} + godlighty.Hosts["www.if.mirror.cypherpunks.su"].Readmes = []string{"Index"} } diff --git a/rc/example.cfg/lists.cypherpunks.ru.go b/rc/example.cfg/lists.cypherpunks.su.go similarity index 94% rename from rc/example.cfg/lists.cypherpunks.ru.go rename to rc/example.cfg/lists.cypherpunks.su.go index f10e4bd..fbe2a27 100644 --- a/rc/example.cfg/lists.cypherpunks.ru.go +++ b/rc/example.cfg/lists.cypherpunks.su.go @@ -10,7 +10,7 @@ import ( ) func init() { - host := "lists.cypherpunks.ru" + host := "lists.cypherpunks.su" godlighty.Hosts[host] = &godlighty.HostCfg{ Root: path.Join(WWW, host), EdDSATLS: newTLSCfg(host), diff --git a/rc/example.cfg/root.go b/rc/example.cfg/root.go index e20228e..529fef6 100644 --- a/rc/example.cfg/root.go +++ b/rc/example.cfg/root.go @@ -6,5 +6,5 @@ var ( Root = "/home/lighttpd" Etc = path.Join(Root, "etc") WWW = path.Join(Root, "www") - CACert = path.Join(Etc, "ca.cypherpunks.ru.pem") + CACert = path.Join(Etc, "ca.cypherpunks.su.pem") ) diff --git a/rc/example.cfg/static.go b/rc/example.cfg/static.go index a28bf77..5ee1e7b 100644 --- a/rc/example.cfg/static.go +++ b/rc/example.cfg/static.go @@ -32,8 +32,8 @@ func addStaticWebDAVedDir(host, root string) { func init() { addStaticCfg("www.stargrave.org", "stargrave.org") - addStaticListedDir("www.mds.cypherpunks.ru", "/storage/audiobook/mds") + addStaticListedDir("www.mds.cypherpunks.su", "/storage/audiobook/mds") - addStaticWebDAVedDir("cpan.mirror.cypherpunks.ru", "/storage/cpan/cpan") - addStaticWebDAVedDir("ctan.mirror.cypherpunks.ru", "/storage/ctan/ctan") + addStaticWebDAVedDir("cpan.mirror.cypherpunks.su", "/storage/cpan/cpan") + addStaticWebDAVedDir("ctan.mirror.cypherpunks.su", "/storage/ctan/ctan") } -- 2.48.1