From 8063d3ec1913a4a775717379e7fa26e8e6079947 Mon Sep 17 00:00:00 2001 From: Hiddify Date: Fri, 2 Feb 2024 13:48:13 +0100 Subject: [PATCH] new: add cmd.sh to use a same tags with production --- cmd.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 cmd.sh diff --git a/cmd.sh b/cmd.sh new file mode 100644 index 0000000..f23c8f3 --- /dev/null +++ b/cmd.sh @@ -0,0 +1,3 @@ +TAGS=with_gvisor,with_quic,with_wireguard,with_ech,with_utls,with_clash_api,with_grpc +# TAGS=with_dhcp,with_low_memory,with_conntrack +go run --tags $(TAGS) ./cmd *@ \ No newline at end of file