From 809608c7ef4801f80adbd0ae07301e39c11e3951 Mon Sep 17 00:00:00 2001 From: mia Date: Sun, 30 Jun 2024 18:29:59 -0700 Subject: initial commit --- notes.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 notes.txt (limited to 'notes.txt') 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 -- cgit 1.4.1