srv Questions
2
Solved
I use SRV solution in my puppet architecture. When trying to setup a new puppet master and CA and view my certificates I get this error:
puppetserver ca list --all
Fatal error when running action ...
5
Solved
Why do browsers not use SRV records?
It seems like a minimal amount of work and it will make the server-side implementation of reliable websites much simpler.
For example, you can specify tiers, ...
1
Solved
I have a Main application and multiple worker nodes, which are registered in consul. I want to send data to the worker nodes, by load balancing. Using the consul API for golang, I'm able to get the...
3
Solved
This may look like a very simple question, but I haven't found the answer on the Internet.
Anyone can give me clues how to performs a NAPTR query for a SIP domain? (this is mostly for DNS lookup),...
2
What is the most resource-efficient way to do SRV record lookups on Android, e.g. in an XMPP client like yaxim?
I am aware of:
JNDI, which is part of JavaSE but not in Android
dnsjava, which adds ...
4
Solved
Something which doesn't rely on native libraries would be better.
Gormley asked 27/7, 2009 at 16:40
3
Solved
Is there a built in (to the .net framework) class or function to resolve a SRV entry to the corresponding records?
IE: _dmsc._tcp.network.local to an array of information (host, port, weight, prio...
Tiberias asked 14/7, 2009 at 16:49
1
Solved
I want to resolve DNS SRV records using the iOS SDK.
I've already tried the high-level Bonjour APIs Apple is providing, but they're not what I need. Now I'm using DNS SD.
void *processQueryForSR...
Omnifarious asked 19/3, 2014 at 10:22
1
Solved
In the below java code, I am making a DNS SRV record lookup to resolve the target domain name and associated port for a given domain name such as [email protected]. The lookup function indicat...
3
Solved
I am using WMI to create different types of DNS records but am having a problem with SRV records. I keep getting a "Not found" error whenever I pass the DomainName parameter. The domain name looks ...
2
Solved
If you type
nslookup -type=SRV _xmpp-server._tcp.gmail.com
(or use the dig command in OSX) you get some SRV records relating to google chat
I would like to replicate this functionality in PHP, ...
1
© 2022 - 2024 — McMap. All rights reserved.