From: Sergey Matveev Date: Tue, 23 Jul 2024 12:25:10 +0000 (+0300) Subject: Change namespace because of domain expiration X-Git-Tag: v2.0.0 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=9c69664126cdf338a39802f367f395bb3beb2be9;p=ucspi.git Change namespace because of domain expiration --- diff --git a/README b/README index c71493f..083d69e 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -go.cypherpunks.ru/ucspi -- UCSPI-related utilities +go.cypherpunks.su/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.ru/ucspi is free software: see the file COPYING for +go.cypherpunks.su/ucspi is free software: see the file COPYING for copying conditions. diff --git a/cmd/tlsc/main.go b/cmd/tlsc/main.go index de0feca..7e4a53e 100644 --- a/cmd/tlsc/main.go +++ b/cmd/tlsc/main.go @@ -30,7 +30,7 @@ import ( "os" "os/exec" - "go.cypherpunks.ru/ucspi" + "go.cypherpunks.su/ucspi/v2" ) func main() { diff --git a/cmd/tlss/main.go b/cmd/tlss/main.go index 2bbc52b..7630298 100644 --- a/cmd/tlss/main.go +++ b/cmd/tlss/main.go @@ -25,7 +25,7 @@ import ( "os" "os/exec" - "go.cypherpunks.ru/ucspi" + "go.cypherpunks.su/ucspi/v2" ) func main() { diff --git a/go.mod b/go.mod index 54474dc..b84faf4 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module go.cypherpunks.ru/ucspi +module go.cypherpunks.su/ucspi/v2 go 1.20