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

Commit

Permalink
add the new proxy handler
Browse files Browse the repository at this point in the history
  • Loading branch information
eycorsican committed Jun 1, 2019
1 parent a77d387 commit 3c7dcb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ GOCLEAN=$(GOCMD) clean
VERSION=$(shell git describe --tags)
DEBUG_LDFLAGS=''
RELEASE_LDFLAGS='-s -w -X main.version=$(VERSION)'
BUILD_TAGS?=dnscache socks shadowsocks v2ray redirect echo dnsfallback fakedns
BUILD_TAGS?=dnscache socks shadowsocks v2ray redirect echo dnsfallback fakedns d
DEBUG_BUILD_TAGS=$(BUILD_TAGS) debug
BUILDDIR=$(shell pwd)/build
CMDDIR=$(shell pwd)/cmd/tun2socks
Expand Down

0 comments on commit 3c7dcb5

Please sign in to comment.