-
- - - _Issue #908 opened by_ @stapelberg
http://tools.ietf.org/html/rfc2782 specifies SRV records, which (in the case of IRC) look like _irc._tcp.domain, e.g. _irc._tcp.cluenet.org. An SRV record sp…
-
The SIP client code uses the server as the domain for the SIP account, such that SIP ID user@example.com will try to send data to a server identified by the DNS A record example.com. There are a numbe…
-
There is a problem handling the life cycle actions of an auto-scaling group inside a VPC if the VPC has DNS resolution turned off.
In such a case, the VPC does not actually set a "public dns name" …
-
Hi,
I would like to be able to resolv dns names, (Be it A records or SRV) so i can feed then into check_address functions of permissions module.
If there already is a way to do this (especially reso…
-
Porting akka.discovery.dns over from the JVM implementation would also require a port of the akka.io.dns namespace.
We could not use the built-in DNS client in dotnet because it is seriouly lacking i…
-
I'm starting experiments with the very useful DNS SRV record for broker address discovery/retrieval. My setup is (now) a local dnsmasq server serving SRV records with (partial config):
```bash
$ c…
-
Some implementations of DNS resolver only consider `[0-9a-z.-]` as valid characters (e.g. [Deno](https://deno.land)), and will start to throw errors if an equal sign is encountered.
Allowing serving …
-
```
using the locateHops(URI uri) method of
org.mobicents.ext.javax.sip.dns.DefaultDNSServerLocator
Here is the DNS information i'm using in my test:
jag.com. IN SOA ns.jag.com. …
-
On v3.18.1 in docker, I configured DNS SRV and TXT records for federation.
So now i'm pretty OK, but for unknown reasons, rocketchat interface explains to me that the port is misconfigured:
![imag…
-
### Description
During the last couple weeks, we had a number of discussions on what should be done to remove legacy networking mode, and more particularly about legacy links. As there were many pr…