Example .proxy file
From Array Suite Wiki
Create the default.proxy file in the application folder.
Example
ProxyServer=HTTPproxyserver.com:8080 User=admin Password=xxxxxx FtpProxyServer=FTPproxyserver.com:8081 FtpUser=admin FtpPassword=xxxx FtpProxyType=Type
In the .proxy file, we supported “ProxyServer”, “User” and “Password” for HTTP proxy. “FtpProxyServer”, “FtpUser” and “FtpPassword” are for FTP proxy. By default, these ftp values are set to the same as “ProxyServer”, “User” and “Password”, but users can set them separately if HTTP proxy and FTP proxy are different.
For Type, please try the following values sequentially (the first four are more likely):
FtpSite FtpUser FtpOpen FtpDoubleLogin Socks4 Socks4a Socks5 HttpConnect
Save to default.proxy file in the same folder as ArrayServerLinuxBeta.exe file. If no user and password are required, leave both user and password empty but keep the line.
ProxyServer=xxxx-proxy.xx.xxxx.net:800 User= Password=
Please restart the service after the change.