mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
Adds a working example of the simplest way to deploy Gateways to GCP that is also mostly cloud platform agnostic. I avoided using COS and Docker for this because: - Systemd is already installed and supports IPv6 already - Can be more easily adapted to other platforms where Docker may not be available or trickier to setup (E.g. CentOS 7) - COS is Google-specific --------- Signed-off-by: Jamil <jamilbk@users.noreply.github.com> Co-authored-by: Andrew Dryga <andrew@dryga.com>