sing-box-git: enable ech

This commit is contained in:
bgme 2023-11-14 02:30:52 +08:00
parent 72425cb4e3
commit 8e70115b4c

View file

@ -40,7 +40,7 @@ pkgver() {
git describe --tags --long | sed -E 's/([^-]*-g)/r\1/;s/-/./g;s/^v//' git describe --tags --long | sed -E 's/([^-]*-g)/r\1/;s/-/./g;s/^v//'
} }
_tags=with_gvisor,with_quic,with_dhcp,with_wireguard,with_utls,with_reality_server,with_clash_api,with_acme _tags=with_gvisor,with_quic,with_dhcp,with_wireguard,with_ech,with_utls,with_reality_server,with_acme,with_clash_api
build() { build() {
cd "${srcdir}/${_pkgname}" cd "${srcdir}/${_pkgname}"