From 99955a647b2e8758944b5fb6bb7140ae72d57bab Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Thu, 6 Jan 2022 09:27:33 -0600 Subject: [PATCH] fix missing article, link shamelessly to Tailscale post --- .../index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/posts/2021/snikket-private-xmpp-chat-on-oracle-cloud-free-tier/index.md b/content/posts/2021/snikket-private-xmpp-chat-on-oracle-cloud-free-tier/index.md index bb7d5b4..b4a2db2 100644 --- a/content/posts/2021/snikket-private-xmpp-chat-on-oracle-cloud-free-tier/index.md +++ b/content/posts/2021/snikket-private-xmpp-chat-on-oracle-cloud-free-tier/index.md @@ -287,7 +287,7 @@ This is also a great time to update the `A` record for `chat.vpot8.ooo` so that {{% /notice %}} -Now I just need to transfer archive from one server to the other. I've got [Tailscale](https://tailscale.com/)[^11] running on my various cloud servers so that they can talk to each other through a secure WireGuard tunnel (remember [WireGuard](/cloud-based-wireguard-vpn-remote-homelab-access/)?) without having to open any firewall ports between them, and that means I can just use `scp` to transfer the file without any fuss. I can even leverage Tailscale's [Magic DNS](https://tailscale.com/kb/1081/magicdns/) feature to avoid worrying with any IPs, just the hostname registered in Tailscale (`chat-oci`): +Now I just need to transfer the archive from one server to the other. I've got [Tailscale](https://tailscale.com/)[^11] running on my various cloud servers so that they can talk to each other through a secure WireGuard tunnel (remember [WireGuard](/cloud-based-wireguard-vpn-remote-homelab-access/)?) without having to open any firewall ports between them, and that means I can just use `scp` to transfer the file without any fuss. I can even leverage Tailscale's [Magic DNS](https://tailscale.com/kb/1081/magicdns/) feature to avoid worrying with any IPs, just the hostname registered in Tailscale (`chat-oci`): ```bash scp /home/john/snikket-backup.tar.gz chat-oci:/home/john/ @@ -348,4 +348,4 @@ If I refresh the login page I can now log back in with my account and verify tha And I can open the Snikket client on my phone and get back to chatting - this migration was a success! -[^11]: More on Tailscale in my next post! +[^11]: More on how I use Tailscale [here](/secure-networking-made-simple-with-tailscale/)!