To quickly deploy a proxy on a new server without additional linux knowledge, follow these steps:
- Copy the contents of
cloud/cloud-init.yml
to your clipboard. - Create a new server instance with your desired cloud provider.
- During the instance creation process, look for an option to specify "cloud-init" or "user data".
- Paste the contents of
cloud/cloud-init.yml
into this field. - Finish creating the server instance.