From 775abe47a18bdfded7efe6e846a413814b7bbcd2 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Fri, 24 Dec 2021 07:58:40 -0600 Subject: [PATCH] fix typo in 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 d132416..b519caa 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 @@ -56,7 +56,7 @@ I also needed to create three DNS records[^5] with my domain registrar: # Domain TTL Class Type Target chat.vpot8.ooo 300 IN A 132.145.174.39 groups.vpot8.ooo 300 IN CNAME chat.vpot8.ooo. -share.vpot8.ooo 300 IN CNAME chat.example.com. +share.vpot8.ooo 300 IN CNAME chat.vpot8.ooo. ``` [^4]: By default Snikket can use any UDP port in the range `49152-65535` for TURN call data but restricting it to 100 ports [should be sufficient](https://github.com/snikket-im/snikket-server/blob/master/docs/advanced/firewall.md#how-many-ports-does-the-turn-service-need) for most small servers. @@ -346,4 +346,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! -[^10]: More on Tailscale in my next post! \ No newline at end of file +[^10]: More on Tailscale in my next post!