@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).
 
 }
 
 func init() {
-       addGoRepoCfg("go.cypherpunks.ru")
+       addGoRepoCfg("go.cypherpunks.su")
        addGoRepoCfg("go.stargrave.org")
 }
 
 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"}
 }
 
 )
 
 func init() {
-       host := "lists.cypherpunks.ru"
+       host := "lists.cypherpunks.su"
        godlighty.Hosts[host] = &godlighty.HostCfg{
                Root:     path.Join(WWW, host),
                EdDSATLS: newTLSCfg(host),
 
        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")
 )
 
 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")
 }