From aa9c3258cb81b7cacdbe8fad3398a19cb1c2d3ca Mon Sep 17 00:00:00 2001 From: Chao Li <271965484@qq.com> Date: Wed, 14 Oct 2020 12:18:04 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E6=A0=B9=E8=AF=81=E4=B9=A6=E6=9C=80?= =?UTF-8?q?=E9=95=BF=E6=97=B6=E9=97=B4=E4=B8=8D=E8=83=BD=E5=A4=A7=E4=BA=8E?= =?UTF-8?q?18=E4=B8=AA=E6=9C=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cert/certificate.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cert/certificate.go b/cert/certificate.go index 5b3798c..402dd07 100644 --- a/cert/certificate.go +++ b/cert/certificate.go @@ -242,7 +242,7 @@ func (c *Certificate) GenerateCA() (*Pair, error) { Locality: []string{"Xiamen"}, }, NotBefore: time.Now().AddDate(0, -1, 0), - NotAfter: time.Now().AddDate(30, 0, 0), + NotAfter: time.Now().AddDate(1, 0, 0), BasicConstraintsValid: true, IsCA: true, MaxPathLen: 2, From 88be2eba33328bbc4eb50f73c0575b7bc1765fa3 Mon Sep 17 00:00:00 2001 From: Chao Li <271965484@qq.com> Date: Mon, 5 Apr 2021 15:10:23 +0800 Subject: [PATCH 2/3] Update go.mod --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 7ea8c94..9b7162d 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module github.com/ouqiang/goproxy +module github.com/li45/goproxy go 1.13 From 6ac278e9d225e1b3a70e46ce79224d29ce2450f3 Mon Sep 17 00:00:00 2001 From: Chao Li <271965484@qq.com> Date: Sun, 20 Jun 2021 02:45:42 +0800 Subject: [PATCH 3/3] Update proxy.go --- proxy.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy.go b/proxy.go index c8e7d40..c8527d5 100644 --- a/proxy.go +++ b/proxy.go @@ -28,7 +28,7 @@ import ( "sync/atomic" "time" - "github.com/ouqiang/goproxy/cert" + "github.com/li45/goproxy/cert" ) const (