1.Add DNS over QUIC support
2.Replace Country.mmdb with GeoIP.dat
3.build with Alpha tag
This commit is contained in:
gVisor bot 2022-01-27 12:45:11 +08:00
parent 095a65abd9
commit 7e25ef507a

View File

@ -2,8 +2,8 @@ NAME=Clash.Meta
BINDIR=bin
BRANCH=$(shell git rev-parse --abbrev-ref HEAD)
VERSION=$(shell git describe --tags || echo "unknown version" )
ifeq ($(BRANCH),Dev)
VERSION=$(shell git rev-parse --short HEAD)
ifeq ($(BRANCH),Feature)
VERSION=alpha-$(shell git rev-parse --short HEAD)
endif
BUILDTIME=$(shell date -u)
AUTOIPTABLES=Enable
@ -20,7 +20,6 @@ PLATFORM_LIST = \
darwin-amd64 \
darwin-arm64 \
linux-amd64 \
linux-amd64-AutoIptables\
linux-armv5 \
linux-armv6 \
linux-armv7 \