diff options
author | cyBerta <cyberta@riseup.net> | 2024-06-17 02:52:06 +0200 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2024-06-17 02:52:06 +0200 |
commit | cd2e002c9e0f10079d8c1ec7af1d4be54a9de9e0 (patch) | |
tree | a9d514efbc47f2f47d8ac700996e4ef11d2f614c /scripts | |
parent | 3b3500e82fef981769cc6fff1dddc58cbe66ed48 (diff) |
update obfsvpn to version 1.0.0, this is a breaking API change. Obfsvpn requires openvpn in UDP as inner transport protocol from now on
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build_deps.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build_deps.sh b/scripts/build_deps.sh index 20ed016b..51cc926d 100755 --- a/scripts/build_deps.sh +++ b/scripts/build_deps.sh @@ -76,7 +76,7 @@ else cd .. fi -# build bitmask core (shapeshifter, snowflake, pgpverify) +# build bitmask core (snowflake, pgpverify) if [[ $(ls -A ${DIR_GOLIBS}) ]] then echo "Dirty build: Reusing go libraries" |