-
jetpackjackson
hi, im trying to add the ability to connect over yggdrasil for my self hosted xmpp server, but i already have SRV records in place for my setup (im sshing into a server because im behind a CGNAT). if i add my yggdrasil ip to my existing SRV records, will incoming connections try both the "regular" and the yggdrasil connection or will it only try one? basically trying to make sure i dont break my setup lol. thanks in advance.
-
singpolyma
If you set priority lower for ygg should be ok I think
-
jetpackjackson
alright cool beans, thanks
-
taba
singpolyma, if there's an A record and an AAAA record, will it try both
-
singpolyma
Probably but don't count on it
-
taba
ok unsure individual
-
taba
jetpackjackson, simply make a subdomain for yggdrasil like ygg.vps.example.com
-
taba
and put an AAAA record on it
-
jetpackjackson
hmm my dns is saying "please enter a valid hostname"
-
jetpackjackson
but how do i set that up with the xmpp subdomains like `_xmpp-server._tcp.conference`
-
taba
look up dns page on prosody
-
jetpackjackson
i am
-
taba
bullshit.x -> vps.x
-
taba
SRV records look something like this
-
taba
means "to connect to x domain" connect to vps.x's A or AAAA records
-
taba
by bullshit i mean smth like _xmpp-server._tcp
-
jetpackjackson
ok i added the records
-
taba
don't have time to look it up
-
jetpackjackson
and the AAAA
-
taba
so you'll just add bullshit.x -> ygg.vps.x or smth
-
taba
with ygg.vps.x only having a single AAAA record point at the yggdrasil address
-
jetpackjackson
yeah
-
jetpackjackson
ok how can i test whether it works
-
taba
i couldn't easily set up yggdrasil on my vps for some reason
-
taba
maybe ask "based"
-
jetpackjackson
alright
-
taba
he's the one who shilled it to me