proxy

Deployments

Cloud-init deployment

To quickly deploy a proxy on a new server without additional linux knowledge, follow these steps:

  1. Copy the contents of cloud/cloud-init.yml to your clipboard.
  2. Create a new server instance with your desired cloud provider.
  3. During the instance creation process, look for an option to specify “cloud-init” or “user data”.
  4. Paste the contents of cloud/cloud-init.yml into this field.
  5. Finish creating the server instance.