mirror of
https://github.com/jbowdre/virtuallypotato.git
synced 2024-11-21 22:42:19 +00:00
fix typo in post
This commit is contained in:
parent
7cb2798d01
commit
775abe47a1
1 changed files with 2 additions and 2 deletions
|
@ -56,7 +56,7 @@ I also needed to create three DNS records[^5] with my domain registrar:
|
||||||
# Domain TTL Class Type Target
|
# Domain TTL Class Type Target
|
||||||
chat.vpot8.ooo 300 IN A 132.145.174.39
|
chat.vpot8.ooo 300 IN A 132.145.174.39
|
||||||
groups.vpot8.ooo 300 IN CNAME chat.vpot8.ooo.
|
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.
|
[^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!
|
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!
|
||||||
|
|
Loading…
Reference in a new issue