What is Allproxy You can search and install “allproxy” app in google play store, and then you can publish your phone netowork as 4g proxy in anywhere! Allproxy provides a easy way to build yourself 4g proxies, it can makes your phone, home PC, home router as a valid http/socks5 proxy! Allproxy includes server and […]
Contact Me
Telegram: https://t.me/allproxyofficial Telegram Channel: allproxy_pub
How to Test Proxy Speed
Speedtest-cli is a Python package used for testing network speed. To install it, run the following command: pip install speedtest-cli If you want to test the speed of a proxy server, first set the environment variable: export http_proxy=http://username:password@proxyserver:port Replace username, password, proxyserver, and port with the appropriate values for your proxy server. Then, execute the following command to test the […]
How Allproxy supports reselling proxies
User management Provides a hierarchy of Reseller, User, and UserPlan concepts Admin can create multiple resellers Each reseller can create multiple users Reseller can allocate traffic quotas to each user Access control Set access restrictions for users: IP whitelist/blacklist URL whitelist/blacklist Flexible parameter configuration Some proxy providers allow parameters in the username (e.g. country, region, […]
New Feature: Dual Network Support for Allproxy APP
Android has a great development feature called “Mobile data always active” or “Always keep mobile data on”. When enabled, this feature allows Android devices to keep both Wi-Fi and mobile data connections active simultaneously. By default, the Android OS only allows the use of one network connection at a time. Now, Allproxy supports the use […]
Receive SMS in allproxy dashboard
As everyone knows, Allproxy supports that make phone as proxy, so many customer ask me, can you also support receive SMS in allproxy? Now, we had done this feature, once you authorized the SMS permission to allproxy app(ver89+), and enables SMS feature in our app, then you can receive SMS in the dashboard!
IP rotation for r non-rooted devices
UPDATE on ver88 We give up the old ip rotation implementation for non-rooted phone, instead of it, we use a new way to do it, you just need to set our app as the phone assist, then it will works more statble! Ignore the followint content because it’s the old implementation. For non-rooted device, you […]
How to Fix WebRTC Leaks (All Browsers)
From: https://restoreprivacy.com/webrtc-leaks/ When discussing online privacy and VPNs, the topic of WebRTC leaks and vulnerabilities frequently comes up. While the WebRTC issue is often discussed with VPN services, this is, in fact, a vulnerability with web browsers. WebRTC leaks can affect these browsers: Chrome, Firefox, Safari, Opera, Brave, and Chromium-based browsers. So what is WebRTC? WebRTC stands for […]
Free Servers
We provided demo server for test enviroment, and it doesn’t supports the Device which in China for some reason. The free server connection address: conn4.allproxy.io:9082
Ping based proxy detection
Proxies are detected in your connection – This is a sentence read often by privacy fanatics. Nowadays a new type of proxy detection is possible, but don’t worry it won’t really influence your work. This is the Ping based proxy detection. On modern browser fingerprint checking sites like whatleaks.com, it is already available. But no modern websites can […]
How to fix “Too many open files” issue
Check the current global limitatoinsulimit -a 2. Find the pid of target process ps -ef|grep allproxy 3.0 View the amount of files of process: ls /proc/926/fd | wc -l 3. View the open files of target proces 3. Change open files value ulimit -n 20480 4. restart process 5. The above method only works for […]