Daniel Gultsch on Nostr: npub1tfach…z9xnr If you want my advice don’t use nginx. Instead setup the the ...
npub1tfachxv06l8cqfuum60jk7ymefh40xfuq97c5s8p366r6au47pns2z9xnr (npub1tfa…9xnr) If you want my advice don’t use nginx.
Instead setup the the XMPP server on zaun to listen on different ports. For example 6222 and 6269 and then use DNS SRV records to let other servers know that goodbye.com is available on different ports.
· _xmpp-client._tcp.goodbye.com … 6222 $public_ip
· _xmpp-server._tcp.goodbye.com … 6269 $public_ip
The other (HTTP) ports are rarely used in automatic discovery so it doesn’t matter if they are on 'strange' ports.
Instead setup the the XMPP server on zaun to listen on different ports. For example 6222 and 6269 and then use DNS SRV records to let other servers know that goodbye.com is available on different ports.
· _xmpp-client._tcp.goodbye.com … 6222 $public_ip
· _xmpp-server._tcp.goodbye.com … 6269 $public_ip
The other (HTTP) ports are rarely used in automatic discovery so it doesn’t matter if they are on 'strange' ports.