Chore: fix typo (#182)

This commit is contained in:
recall704 2019-05-16 14:19:37 +08:00 committed by Dreamacro
parent 0eccbb023c
commit b589754485
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
NAME=clash
BINDIR=bin
VERSION=$(shell git describe --tags || echo "unkown version")
VERSION=$(shell git describe --tags || echo "unknown version")
BUILDTIME=$(shell date -u)
GOBUILD=CGO_ENABLED=0 go build -ldflags '-X "github.com/Dreamacro/clash/constant.Version=$(VERSION)" \
-X "github.com/Dreamacro/clash/constant.BuildTime=$(BUILDTIME)" \

View File

@ -107,7 +107,7 @@ external-controller: 127.0.0.1:9090
# experimental feature
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:
# enable: true # set true to enable dns (default is false)