Skip to content

Instantly share code, notes, and snippets.

@tuannvm
Last active January 7, 2021 12:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tuannvm/e1e63caae6de78e5a23083c7ab119d96 to your computer and use it in GitHub Desktop.
Save tuannvm/e1e63caae6de78e5a23083c7ab119d96 to your computer and use it in GitHub Desktop.
#do #digitalocean #vpn #outline
Content-Type: multipart/mixed; boundary="//"
MIME-Version: 1.0
--//
Content-Type: text/cloud-config; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="cloud-config.txt"
#cloud-config
cloud_final_modules:
- [scripts-user, always]
--//
Content-Type: text/x-shellscript; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="userdata.txt"
#!/bin/bash
docker run -e PASSWORD=<YOUR-PASSWORD> -p 443:8388 -p 443:8388/udp -d --restart always shadowsocks/shadowsocks-libev
--//
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment