-
Notifications
You must be signed in to change notification settings - Fork 193
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changed Maxconn and added nscache6 #9
base: fix/mem-limit
Are you sure you want to change the base?
Conversation
Added in prlimit --pid=65535 --nofile=65535 line to increase the ulimit of the 3proxy process.
This reverts commit 846ff67.
Changed default maxconn to 500 to avoid ulimit problems and added nscache6 to speed up DNS resolving for IPv6
Fix Maxconn , Stacksize, nscache
Created new script to make proxies that use IP-authentication.
@ItsDaWither right. open
|
Includes instructions for new IP-Auth Proxy Script.
Fixed typo that accidentally broke the IP auth of the script
Fixed typo with gen_iptables() causing IPtables error when running the script.
Fixed. New Script Created: Changes config to use IP authentication and allows ability to use proxies in programs that do not support user/password auth. This script should work but has not been extensively tested. |
@ItsDaWither hi 👋! Thank you for researching and fixing! |
Re-writes the config to change all the outgoing IPs- All proxies get same user/pass- Works great in a cron job
Fixed an error with IP-auth ACL causing it to not work correctly
the proxy-rotation script but for IP-auth
proxies missing network configuration causing them to not work at all
Assigns entire ::/64 block (anyIP) to avoid problems arising from too many IPs being assigned to interface
Removes redundant files
Changed maxconn to 500 so it does not conflict with default ulimit.
Added nscache6 line for faster IPv6 requests via faster DNS resolution.