diff --git a/app/proxyman/inbound/worker.go b/app/proxyman/inbound/worker.go index 2a2793eb7..d2a9bc027 100644 --- a/app/proxyman/inbound/worker.go +++ b/app/proxyman/inbound/worker.go @@ -198,7 +198,7 @@ func (c *udpConn) RemoteAddr() net.Addr { } func (c *udpConn) LocalAddr() net.Addr { - return c.remote + return c.local } func (*udpConn) SetDeadline(time.Time) error { diff --git a/azure-pipelines.template.yml b/azure-pipelines.template.yml index da062e07e..a982efbe9 100644 --- a/azure-pipelines.template.yml +++ b/azure-pipelines.template.yml @@ -9,7 +9,7 @@ jobs: - checkout: self - task: GoTool@0 inputs: - version: '1.13' + version: '1.14' - script: | go test -p 1 -v -timeout 30m ./... workingDirectory: '$(Build.SourcesDirectory)' diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 94f214d11..6e2949c94 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -42,7 +42,7 @@ jobs: - checkout: self - task: GoTool@0 inputs: - version: '1.14.1' + version: '1.14.4' - script: | bash ./testing/coverage/coverall workingDirectory: '$(Build.SourcesDirectory)' @@ -66,7 +66,7 @@ jobs: - checkout: self - task: GoTool@0 inputs: - version: '1.14.1' + version: '1.14.4' - script: | mkdir triggersrc ls -I "triggersrc" | xargs cp -rf -t triggersrc diff --git a/core.go b/core.go index 62d87caab..61330688a 100755 --- a/core.go +++ b/core.go @@ -19,7 +19,7 @@ import ( ) var ( - version = "4.24.0" + version = "4.24.2" build = "Custom" codename = "V2Fly, a community-driven edition of V2Ray." intro = "A unified platform for anti-censorship."