From: Sergey Matveev Date: Mon, 23 Mar 2026 10:07:23 +0000 (+0300) Subject: Move to stargrave.org X-Git-Tag: v3.0.0^0 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=bbd503df34b6797c1acab96c9eee861b96a2841f;p=ucspi.git Move to stargrave.org --- 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