Skip to content

Commit

Permalink
[Tor] Fix obfs4 transport plugin support (WalletWasabi#12940)
Browse files Browse the repository at this point in the history
  • Loading branch information
kiminuo authored Apr 27, 2024
1 parent a9ee8ce commit 9396468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WalletWasabi/Tor/TorSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ public string GetCmdArguments()
{
string fileNameWithoutExtension = plugin switch
{
"obfs4" => "obfs4proxy",
"obfs4" => "lyrebird", // obfs4 was renamed to lyrebird.
"webtunnel" => "webtunnel-client",
"snowflake" => "snowflake-client",
_ => throw new NotSupportedException($"Unknown Tor pluggable transport '{plugin}'."),
Expand Down

0 comments on commit 9396468

Please sign in to comment.