Skip to content

Commit

Permalink
Enable SOCKS proxy support (#963)
Browse files Browse the repository at this point in the history
By default Mojolicious doesn't pull the Socks module that's required for SOCKS5 proxy use
  • Loading branch information
ypoluektovich authored Apr 6, 2024
1 parent 6380ae2 commit 55ff0b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ requires 'Mojolicious', 9.34;
requires 'Mojolicious::Plugin::TemplateToolkit', 0.005;
requires 'Mojolicious::Plugin::RenderFile', 0.12;
requires 'Mojolicious::Plugin::Status', 1.15;
requires 'IO::Socket::Socks', 0.74;
requires 'IO::Socket::SSL', 2.067;
requires 'Cpanel::JSON::XS', 4.06;

Expand Down

0 comments on commit 55ff0b7

Please sign in to comment.