How can I set internet proxy settings for Mathematica programmatically? A look through the Preferences dialog code yields PacletManager?SetInternetProxy["HTTP",(something)]
, but I have no clue as to the proper syntax of the second argument, as such front end options aren't publicly documented.