This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#cloud-config | |
package_update: true | |
packages: | |
- squid | |
- apache2-utils | |
write_files: | |
- path: /etc/squid/squid.conf | |
content: | | |
auth_param basic program /usr/lib/squid/basic_ncsa_auth /etc/squid/htpasswd | |
auth_param basic realm proxy |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Install WireGuard via whatever package manager you use. For me, I use apt. | |
$ sudo add-apt-repository ppa:wireguard/wireguard | |
$ sudo apt-get update | |
$ sudo apt-get install wireguard | |
MacOS | |
$ brew install wireguard-tools | |
Generate key your key pairs. The key pairs are just that, key pairs. They can be |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
templates: | |
global: | |
transmission: | |
host: xxxxxxxxxxxx | |
port: xxxx | |
username: xxxxxxx | |
password: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx | |
tvshows: | |
set: |