fix: 全隧道模式跳过无意义的CIDR URL下载
全隧道模式下before-proxy、after-proxy和手动刷新三处仍会从URL 下载CIDR表,但下载结果永远不会被使用。添加ModeFull短路返回, 消除无意义的网络请求和连接延迟。 bump version to 0.6.9
This commit is contained in:
@@ -11,7 +11,7 @@ GO = go
|
||||
CGO_ENABLED = 1
|
||||
WINDRES ?= x86_64-w64-mingw32-windres
|
||||
MINGW_CC ?= x86_64-w64-mingw32-gcc
|
||||
SEMVER ?= 0.6.8
|
||||
SEMVER ?= 0.6.9
|
||||
GIT_HASH = $(shell git rev-parse --short HEAD 2>/dev/null || echo unknown)
|
||||
VERSION = $(SEMVER)-$(GIT_HASH)
|
||||
LDFLAGS = -s -w -X lmvpn/internal/version.Version=$(VERSION)
|
||||
|
||||
Reference in New Issue
Block a user