Questions tagged [srv]

In the context of the Linux BIND application, a Service record (SRV record) is a specification of data in the Domain Name System defining the location, i.e. the hostname and port number, of servers for specified services.

70 questions
0
votes
1 answer

Can a SRV record be used in place of a reverse proxy?

I'm trying to understand the use case of a SRV record in DNS. This article enter link description here states that "The DNS "service" (SRV) record specifies a host and port for specific services". Does this mean that a SRV record can be used to…
Dan.T
  • 21
  • 2
0
votes
2 answers

On public XMPP servers, how do you find which port supports websockets?

Opening a websocket without a port specified seems to fail on all xmpp servers. I assume this means there is no default websocket port. I have been able to only open one xmpp server's websocket. It does not appear other xmpp servers use the same…
WS2XMPP
  • 13
  • 3
0
votes
1 answer

How many DNS SRV records is too many?

Quite surprisingly, I don't seem to be able to find an answer for this question in Google search. How many records are too many in an SRV record set? 10, 50 100? If I want to provide a single hostname that balances across 50 servers in the same…
John.M
  • 335
  • 1
  • 10
0
votes
1 answer

Using parent domain to query DNS SRV for sub domain

I am writing an application to query the DNS SRV record to find out an internal service for a domain obtained from the email address. Is it correct to do the following. Lets say the email domain is test.example.com Query SRV record…
Buzz LIghtyear
  • 480
  • 5
  • 16
0
votes
1 answer

SRV lookup request doesn't return an IP address

I am writing an XMPP client. The RFC says I need to connect to the server (like this one) using a SRV query. When I use the trust_dns_resolver crate to do so, the query seems to be empty. Is this the normal behavior? use…
Apitronix
  • 305
  • 2
  • 13
0
votes
1 answer

MongoDB doesn't work locally because of SRV error (no answer)

Situation We are working on the backend of our project consisting of two services written in Django and FastAPI. Both services use MongoDB as their database system. In Django we use djongo==1.3.0 for ORM compatibility. In FastAPI we use…
bart-kosmala
  • 931
  • 1
  • 11
  • 20
0
votes
1 answer

JNDI DNS lookup with partial domain name

For example if I have the following SRV record defined in my DNS config _dev._tcp IN SRV 0 0 8400 dev.server.com. I can execute the following command host -lt SRV server.com And it gives me complete list of SRV…
Prasanna
  • 3,703
  • 9
  • 46
  • 74
0
votes
1 answer

How to setup an ETCD cluster in Kubernetes using DNS discovery (SRV)?

I am looking to have a dynamic etcd cluster running inside my k8s cluster. The best way I can think of doing it dynamically (no hardcoded addresses, names, etc.) is to use DNS discovery, with the internal k8s DNS (CoreDNS). I find detached…
Ehud Kaldor
  • 753
  • 1
  • 7
  • 20
0
votes
1 answer

How to configure Prosody IM for communication between two computers using DNSmasq

I install Prosody IM sucessfull and work with it in localhost. Now, I have two computers connected by a crossover cable with fix IP address (I check it, sent a ping). In one of this computers are installed Jabber server and in both, the client based…
HenDoNR
  • 79
  • 1
  • 12
0
votes
0 answers

DNS SRV record changed for service discovery but mobile Office apps are still calling old server

I'm working on a custom AD RMS solution that allows opening of protected documents in Microsoft Office apps on MacOS and iOS devices. It's based on Microsoft Mobile Device Extension and a custom authorization server built with Owin and Katana. The…
0
votes
2 answers

Redirecting SHOUTcast server to subdomain

Here's my situation: I have a linux server from Scaleway hosting a SHOUTcast service, on the ip 1.2.3.4, port 8000 Recently I also rented a domain myserv.com so I can redirect the server to. I changed the Nameserver to the ones provided by…
Marian
  • 191
  • 1
  • 4
  • 15
0
votes
0 answers

Fetch particular sql row value using php

Range | Count ------------- PC 50 Printer 90 Intel 67 Others 78 Above this SQL query result values. I want to echo only Intel Range by using PHP code. Please help me.
Haj Mohamed A
  • 83
  • 1
  • 8
0
votes
2 answers

cloudflare api srv add php

Hi I am trying to make a script that adds a SRV records to cloudflare, but cant get it to work :(
JonathanNet
  • 1,637
  • 3
  • 15
  • 17
0
votes
1 answer

Retrieving DNS SRV records on Android using service name

On android I want to find list of records just by using service name. I have tried api's like dnsjava and jmdns but all returned empty results. I have come across this similar Question but no one has answered it either: Lightweight way to resolve…
0
votes
2 answers

Without using PECL or system() type functions, is there a way to look up DNS records using PHP?

I'm working on creating a new type of email protocol, and in order to do that I had to set up an SRV DNS record for my domain. In promoting this protocol, I'll need to be able to discover if a given host uses my system (and if not fall back to an…
Navarr
  • 3,703
  • 7
  • 33
  • 57