mirror of
https://gitclone.com/github.com/MetaCubeX/Clash.Meta
synced 2025-02-24 05:02:14 +08:00
Chore: fix typo (#182)
This commit is contained in:
parent
0eccbb023c
commit
b589754485
2
Makefile
2
Makefile
@ -1,6 +1,6 @@
|
|||||||
NAME=clash
|
NAME=clash
|
||||||
BINDIR=bin
|
BINDIR=bin
|
||||||
VERSION=$(shell git describe --tags || echo "unkown version")
|
VERSION=$(shell git describe --tags || echo "unknown version")
|
||||||
BUILDTIME=$(shell date -u)
|
BUILDTIME=$(shell date -u)
|
||||||
GOBUILD=CGO_ENABLED=0 go build -ldflags '-X "github.com/Dreamacro/clash/constant.Version=$(VERSION)" \
|
GOBUILD=CGO_ENABLED=0 go build -ldflags '-X "github.com/Dreamacro/clash/constant.Version=$(VERSION)" \
|
||||||
-X "github.com/Dreamacro/clash/constant.BuildTime=$(BUILDTIME)" \
|
-X "github.com/Dreamacro/clash/constant.BuildTime=$(BUILDTIME)" \
|
||||||
|
@ -107,7 +107,7 @@ external-controller: 127.0.0.1:9090
|
|||||||
|
|
||||||
# experimental feature
|
# experimental feature
|
||||||
experimental:
|
experimental:
|
||||||
ignore-resolve-fail: true # ignore dns reslove fail, default value is true
|
ignore-resolve-fail: true # ignore dns resolve fail, default value is true
|
||||||
|
|
||||||
# dns:
|
# dns:
|
||||||
# enable: true # set true to enable dns (default is false)
|
# enable: true # set true to enable dns (default is false)
|
||||||
|
Loading…
Reference in New Issue
Block a user