feat: Support ShadowTLS v2 as Shadowsocks plugin (#330)

This commit is contained in:
3andero
2023-01-10 08:10:39 -08:00
committed by metacubex
parent 337be9124f
commit 51f9b34a7c
7 changed files with 206 additions and 20 deletions

View File

@ -28,7 +28,7 @@
inherit version;
src = ./.;
vendorSha256 = "sha256-XVz2vts4on42lfxnov4jnUrHzSFF05+i1TVY3C7bgdw=";
vendorSha256 = "sha256-8cbcE9gKJjU14DNTLPc6nneEPZg7Akt+FlSDlPRvG5k=";
# Do not build testing suit
excludedPackages = [ "./test" ];