diff options
author | mia <mia@mia.jetzt> | 2024-06-30 18:29:59 -0700 |
---|---|---|
committer | mia <mia@mia.jetzt> | 2024-06-30 18:29:59 -0700 |
commit | 809608c7ef4801f80adbd0ae07301e39c11e3951 (patch) | |
tree | bccd7c0607bd7edc3a2380fa230996c688357475 /notes.txt | |
download | callosum-809608c7ef4801f80adbd0ae07301e39c11e3951.tar.gz callosum-809608c7ef4801f80adbd0ae07301e39c11e3951.zip |
initial commit
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 |