From ba8affd807fcba8041988c8247d9c4396078be91 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Sun, 1 Aug 2021 03:24:52 -0600 Subject: add vpn entry --- blog/dst/a/xmpp_server_with_prosody.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'blog/dst/a/xmpp_server_with_prosody.html') diff --git a/blog/dst/a/xmpp_server_with_prosody.html b/blog/dst/a/xmpp_server_with_prosody.html index be946f2..ae833e8 100644 --- a/blog/dst/a/xmpp_server_with_prosody.html +++ b/blog/dst/a/xmpp_server_with_prosody.html @@ -100,7 +100,7 @@
  • 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 and, 3478 and 5349 for Turnserver which are the defaults for coturn.
  • +
  • Allow ports 5000, 5222, 5269, 5280 and 5281 for Prosody and, 3478 and 5349 for Turnserver which are the defaults for coturn.
  • Prosody

    Prosody is an implementation of the XMPP protocol that is flexible and extensible.

    @@ -603,7 +603,7 @@ systemctl enable prosody.service

    By David Luévano

    Created: Wed, Jun 09, 2021 @ 05:24 UTC

    -

    Modified: Thu, Jun 10, 2021 @ 04:42 UTC

    +

    Modified: Sun, Aug 01, 2021 @ 09:24 UTC