+
@@ -231,18 +231,34 @@ const ProxyForm: React.FC = () => {
))}
{tabIndex === 1 && (
-
+
<>
Coming Soon - In Open Source (Basic Rotation) & Cloud (Advanced Rotation). If you don't want to manage the infrastructure, join our cloud waitlist to get early access.
>
)}
+
+ If your proxy requires a username and password, always provide them separately from the proxy URL.
+
+ The right way
+
+ Proxy URL: http://proxy.com:1337
+
+ Username: myusername
+
+ Password: mypassword
+
+
+ The wrong way
+
+ Proxy URL: http://myusername:mypassword@proxy.com:1337
+
>
);
};