Skip to content

silazare/aws-ec2-proxies

 
 

Repository files navigation

AWS EC2 Proxies

Create free HTTPS/SOCKS5 proxy servers with AWS EC2 and Goproxy.

Usage

  • Clone the repo.
  • Run make init inside of project directory.
  • Run make apply to create instances. Use output IP addresses to connect to proxy servers.
  • Run make destroy to delete instances.

Settings

  • instance_count - the number of proxy servers to create. Default is 3.
  • proxy_type - type of proxy server. Default is socks (socks5). If you need HTTP/HTTPS anonymous proxy instead, set variable to http.
  • proxy_port - port of proxy server. Default is 46642.
  • proxy_user and proxy_password - set these variables if you want proxy server use authorization. Defaut is empty (proxy without authorization).

License

MIT

About

Create on demand free HTTPS/SOCKS5 proxy servers using AWS EC2 instances

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HCL 73.8%
  • Shell 19.3%
  • Makefile 6.9%