summaryrefslogtreecommitdiff
path: root/blog/src/a/xmpp_server_with_prosody.md
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2021-08-01 03:24:52 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2021-08-01 03:24:52 -0600
commitba8affd807fcba8041988c8247d9c4396078be91 (patch)
tree1710a83db15a623e0d976f3cb5f2e5713e947d69 /blog/src/a/xmpp_server_with_prosody.md
parent8cf2d0e2b2e2d6cee2f0136bb6265abf10772d16 (diff)
add vpn entry
Diffstat (limited to 'blog/src/a/xmpp_server_with_prosody.md')
-rw-r--r--blog/src/a/xmpp_server_with_prosody.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/blog/src/a/xmpp_server_with_prosody.md b/blog/src/a/xmpp_server_with_prosody.md
index e5d9607..e3e33b5 100644
--- a/blog/src/a/xmpp_server_with_prosody.md
+++ b/blog/src/a/xmpp_server_with_prosody.md
@@ -29,7 +29,7 @@ Same as with my other entries ([website](https://luevano.xyz/a/website_with_ngin
- `_xmpp-server._tcp.muc.**your.domain**.` for port `5269` pointing to `xmpp.**your.domain**.`
* SSL certificates for the previous subdomains; similar that with my other entries just create the appropriate `prosody.conf` (where `server_name` will be all the subdomains defined above) file and run `certbot --nginx`. You can find the example configuration file almost at the end of this entry.
- Email addresses for `admin`, `abuse`, `contact`, `security`, etc. Or use your own email for all of them, doesn't really matter much as long as you define them in the configuration and are valid, I have aliases so those emails are forwarded to me.
-- Allow ports 5000, 5222, 5269, 5280 and 5281 for [Prosody](https://prosody.im/doc/ports) and, 3478 and 5349 for [Turnserver](https://webrtc.org/getting-started/turn-server) which are the defaults for `coturn`.
+- Allow ports `5000`, `5222`, `5269`, `5280` and `5281` for [Prosody](https://prosody.im/doc/ports) and, `3478` and `5349` for [Turnserver](https://webrtc.org/getting-started/turn-server) which are the defaults for `coturn`.
## Prosody