correction
This commit is contained in:
parent
20452653a4
commit
2018de53a3
1 changed files with 1 additions and 2 deletions
|
@ -53,5 +53,4 @@ To make XMPP sufficiently easy to configure, I need to check SRV records to
|
||||||
find the XMPP server, which is an unexpected PITA because `getaddrinfo`
|
find the XMPP server, which is an unexpected PITA because `getaddrinfo`
|
||||||
can't do that. There are several haskell DNS libraries that I could use for
|
can't do that. There are several haskell DNS libraries that I could use for
|
||||||
SRV, or I could use the `host` command:
|
SRV, or I could use the `host` command:
|
||||||
`host -t SRV _xmpp-client._tcp.gmail.com` (but don't run that on Solaris,
|
`host -t SRV _xmpp-client._tcp.gmail.com`
|
||||||
it changes the hostname..)
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue