From bbd503df34b6797c1acab96c9eee861b96a2841f Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Mon, 23 Mar 2026 13:07:23 +0300 Subject: [PATCH] Move to stargrave.org --- README | 4 ++-- cmd/tlsc/main.go | 2 +- cmd/tlss/main.go | 2 +- go.mod | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README b/README index 083d69e..f9a6f56 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -go.cypherpunks.su/ucspi -- UCSPI-related utilities +go.stargrave.org/ucspi -- UCSPI-related utilities UCSPI (UNIX Client-Server Program Interface, http://cr.yp.to/ucspi-tcp.html) provides convenient and easy interface for building network client server @@ -31,5 +31,5 @@ that OpenSSL-dependant ones, or also much more complicated stunnel. * cmd/proxy: proxy between UCSPI server and UCSPI client -go.cypherpunks.su/ucspi is free software: see the file COPYING for +go.stargrave.org/ucspi is free software: see the file COPYING for copying conditions. diff --git a/cmd/tlsc/main.go b/cmd/tlsc/main.go index adb6229..24cc07b 100644 --- a/cmd/tlsc/main.go +++ b/cmd/tlsc/main.go @@ -30,7 +30,7 @@ import ( "os" "os/exec" - "go.cypherpunks.su/ucspi/v2" + "go.stargrave.org/ucspi/v3" ) func main() { diff --git a/cmd/tlss/main.go b/cmd/tlss/main.go index 89af082..7392b01 100644 --- a/cmd/tlss/main.go +++ b/cmd/tlss/main.go @@ -25,7 +25,7 @@ import ( "os" "os/exec" - "go.cypherpunks.su/ucspi/v2" + "go.stargrave.org/ucspi/v3" ) func main() { diff --git a/go.mod b/go.mod index b84faf4..d16fde8 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module go.cypherpunks.su/ucspi/v2 +module go.stargrave.org/ucspi/v3 go 1.20 -- 2.52.0