Skip to content

Commit

Permalink
sample proxy commented
Browse files Browse the repository at this point in the history
  • Loading branch information
bezzad committed Oct 31, 2024
1 parent ff9758f commit 4d37a1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Samples/Downloader.Sample/Program.Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ private static DownloadConfiguration GetDownloadConfiguration()
UseDefaultCredentials = false,
// your custom user agent or your_app_name/app_version.
UserAgent = $"DownloaderSample/{Assembly.GetExecutingAssembly().GetName().Version?.ToString(3)}",
Proxy = new WebProxy("socks5://127.0.0.1:12000")
// Proxy = new WebProxy("socks5://127.0.0.1:12000")
}
};
}
Expand Down

0 comments on commit 4d37a1a

Please sign in to comment.