fix typo in post

This commit is contained in:
John Bowdre 2021-12-24 07:58:40 -06:00
parent 7cb2798d01
commit 775abe47a1

View file

@ -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!
[^10]: More on Tailscale in my next post!