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!