Skip to content
This repository was archived by the owner on Apr 3, 2021. It is now read-only.

Commit 3c7dcb5

Browse files
committed
add the new proxy handler
1 parent a77d387 commit 3c7dcb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ GOCLEAN=$(GOCMD) clean
55
VERSION=$(shell git describe --tags)
66
DEBUG_LDFLAGS=''
77
RELEASE_LDFLAGS='-s -w -X main.version=$(VERSION)'
8-
BUILD_TAGS?=dnscache socks shadowsocks v2ray redirect echo dnsfallback fakedns
8+
BUILD_TAGS?=dnscache socks shadowsocks v2ray redirect echo dnsfallback fakedns d
99
DEBUG_BUILD_TAGS=$(BUILD_TAGS) debug
1010
BUILDDIR=$(shell pwd)/build
1111
CMDDIR=$(shell pwd)/cmd/tun2socks

0 commit comments

Comments
 (0)