diff --git a/src/components/organisms/ProxyForm.tsx b/src/components/organisms/ProxyForm.tsx index 29b9534c..5155fe8f 100644 --- a/src/components/organisms/ProxyForm.tsx +++ b/src/components/organisms/ProxyForm.tsx @@ -243,6 +243,26 @@ const ProxyForm: React.FC = () => { )} + + + Proxy Instructions + + + 1. Enter the Proxy Server URL in the format: http://myproxy.com:3128 or socks5://myproxy.com:3128. + + + 2. If your proxy requires authentication, toggle the "Requires Authentication?" switch and provide the username and password. + + + 3. Click "Add Proxy" to save the configuration. + + + 4. Use the "Test Proxy" button to verify if the proxy configuration is working. + + + 5. If needed, you can remove the proxy configuration using the "Remove Proxy" button. + + ); };