diff options
Diffstat (limited to 'notes.txt')
-rw-r--r-- | notes.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/notes.txt b/notes.txt new file mode 100644 index 0000000..b19535a --- /dev/null +++ b/notes.txt @@ -0,0 +1,10 @@ +callosum is a hetzner CPX11 in us-west running fedora server edition + +setup steps: +install packages: dnf install nginx wireguard-tools ufw +switch to systemd-networkd: https://docs.hetzner.com/robot/dedicated-server/network/network-configuration-using-systemd-networkd/#ipv4-and-ipv6-1 +set up wireguard: https://kalnytskyi.com/posts/setup-wireguard-systemd-networkd/ +set up ufw: +- ufw allow 443 +- ufw allow 51820/udp +- ufw route allow in on wg0 out on wg0 |