commit 598f3ad9910dd08e5d19bb29253a36823603b842 from: Omar Polo date: Thu Jan 06 18:01:36 2022 UTC fmt commit - eff881ea1a538f5da3c817095e2070846d178f46 commit + 598f3ad9910dd08e5d19bb29253a36823603b842 blob - 1f100b53f51bdc3361b0916d3d95d4d46c6e3176 blob + f23ca53868701d05792ca1f2dad5671d9f57025b --- resources/cgi/bins +++ resources/cgi/bins @@ -35,7 +35,7 @@ $path =~ s,^/,,; # implement multiple bins eventually... if ($path =~ m,^clbin.com/.*,) { - reply 20, 'text/plain'; + reply 20, 'text/plain'; exec 'curl', 'https://'.$path; } else { reply 59, 'bin not supported';