17,297 questions
0
votes
1
answer
13
views
how do domains like <company-name>.workday.com get configured?
I believe each time a new company created an account, they get a domain <company-name>.workday.com pointing to the same ip ? or we can configure something like *.workday.com ?
-2
votes
0
answers
24
views
Can't npm install about anything on my VPS [closed]
This issue just popped up recently, like 20 minutes ago and I have no idea what's causing it. Prior to those 20 minutes, npm install was working just fine. I'm involved currently in web development ...
0
votes
0
answers
8
views
How can I use Bicep to create an Azure DNS alias record?
We use Bicep to manage our DNS records.
I have recently set up an Azure Front Door profile with custom domains, which is working fine. One of the custom domains is an apex domain, so the Azure portal ...
0
votes
1
answer
25
views
Apache mod Rewrite need to change domain name only, while removing paths from old domain
Old domain name hosted base live: www.olddomain.com/sub/directories/to/live/web/dir/
I need only the domain name changed to new domain, and paths information deleted, just leaving the browser window ...
0
votes
0
answers
22
views
URLError: <urlopen error [Errno -3] Temporary failure in name resolution> while using Biopython
I am trying to import Bio and read an Entrez object
from Bio import Entrez
Entrez.email = "[email protected]"
handle = Entrez.einfo()
print(handle.read())
i'm getting ...
-2
votes
0
answers
37
views
Website accessible using curl, nslookup, but not from web browser [closed]
I use AWS Elastic Container Service to host a website via Application Load Balancer.
It is accessible under this endpoint: http://ecs-load-balancer-1249779689.eu-west-3.elb.amazonaws.com/
I updated ...
0
votes
1
answer
33
views
Detecting DNS Delegation
I've been working on a script to detect whether a given hostname is part of a delegated zone. My goal is to use this for mapping out an organization's network by identifying domain delegations.
The ...
0
votes
0
answers
20
views
Not Receiving Mail From Some Domains
Thank you ahead of time for taking the time to read this!
I am experiencing a strange issue with only incoming messages on my email server (outgoing messages to the same addresses work fine) that we ...
1
vote
1
answer
38
views
How to set DNS server for a single axios get request?
I know I can set the DNS servers in node
dns.setServers([
'4.4.4.4',
'[2001:4860:4860::8888]',
]);
But this is set globally and I'm developing a module (dependency) and I don't want to affect ...
0
votes
0
answers
9
views
Node Pilot not recognizing DNS set up nor public port
Issue:
My Node Pilot doesn’t recognize my domain and doesn’t recognize my public port.
My DNS is well set up, and I strongly believe there is no firewall issue.
Relevant Screenshots:
My firewall ...
0
votes
1
answer
89
views
Tailscale address resolving using internal DNS servers is not working
I configured a subnet for my internal server network 192.168.77.0/24 on a Linux machine, have advertized this subnet on the linux node and have approved it on the Dashboard. From other authorized ...
-2
votes
0
answers
21
views
ASUS router incorrectly overwriting inadyn.conf for DDNS setup [closed]
I am currently in the process of trying to setup DDNS on my Asus RT-BE88U router. I have my domain's nameservers pointed correctly to Hurricane Electric's free DNS service, and I've configured the A-...
0
votes
0
answers
15
views
How to redirect traffic of one azure public dns zone to another?
I have 2 public azure DNS zones for example abc.sub.com and xyz.sub.com in two different azure subscriptions.
When user hits any of the above endpoints then the traffic should always go to the xyz.sub....
-3
votes
2
answers
66
views
Is there a way to programmatically update kubernetes core-dns configmap? [closed]
I want to be able to add dns record entries to kubernetes core-dns config map.
I already know how to do this manually with this
kubectl -n kube-system edit cm coredns
Then add entries under NodeHosts
...
-1
votes
0
answers
15
views
domain and dns non-authoritative answer on the domain controller with nslookup
I have a machine with windows 2019 server. If I ping the machine, getting the right answer with Ip adress.
That machine has internally a domain name incident.support.com
If I run nslookup with IP-...
0
votes
0
answers
23
views
DnsNameResolver using the TTL set on the DNS Server, not the one I set explicitly
I have a requirement of getting the IP Address from a DNS hostname.
For this, I am using DnsNameResolver. The DNS Resolution itself works fine & I get the correct IPs when I pass a hostname.
...
0
votes
0
answers
32
views
Can't connect to AWS MSK Serverless via a local machine
I've been trying to set up a connection between my local machine (OSX) and a serverless AWS MSK that is behind a VPC to be able to send messages.
Previously, I managed to set it up and send messages ...
0
votes
0
answers
27
views
Hostinger WordPress Migrate Website Using Temporary URL still
I migrated the Wordpress site from one domain name to another, both domains within Hostinger, migrated using Hostinger. As part of that process, Hostinger directed the site to a temporary site whilst ...
0
votes
2
answers
50
views
Why does Python not recognize my DNS configured in macOS?
I have an internal DNS. It is configured in my router settings so all devices automatically use it.
It works everywhere on my Mac, except in python (No route to host). I tried requests module and ...
0
votes
0
answers
49
views
Problems resolving my Azure public ip with DNS ISP Digi España
Currently my ISP Digi Spain configures a DNS Server with IPv6 that is not able to resolve my web mounted on an IIS, from an Azure virtual machine.
The virtual machine is assigned a public IPv4, which ...
1
vote
1
answer
43
views
How do I locate my DNS record and CName for Google Sites?
Please help! I have purchased a domain through Go Daddy and have been trying to connect it to my Google Site for the past 4 days with no luck.
The problem is I cannot locate a DNS Record for my Google ...
0
votes
0
answers
33
views
Cannot login to tcexam via IP instead domain
I setup TCExam ver. 16.3.7 in a server. There is no issue when config it with domain. E.g:
define('K_PATH_HOST', 'http://localhost');
). But when i would like to change it to IP, i could not login to ...
-1
votes
0
answers
31
views
DNS issue in side docker container of Node:<ver> image
In my docker compose project i have services as below:
Traefik for https, and proxy
App as a node container: https://app.pro.localhost
Shop as a PHP container: https://shop.pro.localhost
other ...
0
votes
1
answer
53
views
How does Websocket Browser API resolve domains?
I'm new to websockets and I'm experiencing a strange behavior: to refer to my WebSocket server (implemented with Nodejs) I use a registered FQN domain (assume "websocket.example.com"): this ...
0
votes
0
answers
14
views
Email links/buttons not clickable or invisible for some recipients when sending via SendGrid
I'm experiencing an inconsistent issue with email links and buttons not working for some recipients when sending emails through SendGrid using Node.js and Handlebars templates.
Issue Description
Some ...
1
vote
1
answer
45
views
Cannot find DNS Record of Vercel-provided domain (<project-name>.vercel.app) when Setting Up Google Search Console
Google Search Console requires the DNS record of the domain but I couldn't find it in Vercel Dashboard. It isn't in the Domains tab of dashboard or domains section of my project settings. I used ...
0
votes
1
answer
43
views
Unable to Add Alias Record in Route 53 for AWS Cognito Custom Domain: CloudFront Alias Target Missing
I am attempting to set up a custom domain for AWS Cognito login. I created a wildcard certificate (*.mydomain.com) in the us-east-1 region and then set up a custom domain for auth.mydomain.com. ...
0
votes
0
answers
17
views
URL change for a web application
We are having a JBoss application running on www.abc-company.com and we want to change the url to www.xyz-company.com.
Question:
How to make the application to run with the new URL(www.xyz-company.com)...
-3
votes
0
answers
41
views
Temporary Failure Resolving Package Repositories in Ubuntu Pod
When attempting to run apt-get update within an Ubuntu pod, the system encounters a "Temporary failure resolving" error for both the primary package repository (archive.ubuntu.com) and the ...
2
votes
2
answers
231
views
Android doesn't resolve mDNS address in local network, but does so in another
Background
In my home network, accessing http://esp32.local (ESP32S3 dev board running mDNS) from my Android phone using any browser results in errors such as ERR_NAME_NOT_RESOLVED or ...
1
vote
1
answer
44
views
configure the .htaccess for a domain redirect
I have a few domains (e.g. vssp-wp.de, vssp-wp-berlin.de, vssp-wp-bayern.de, ...).
I would like to redirect these to the global Wordpress instance at vssp-wp.de. In the background they are redirected ...
0
votes
1
answer
32
views
Error Unable to resolve host when run ionic application in Android studio emulator
I'm working on mobile application (angular ionic capacitor). Our test-server with api is reachable only when you are connected to VPN.
When I run application on real android device (vpn is ON) ...
0
votes
0
answers
22
views
knative service is unable to open external url by name (explicit IP is ok)
I have followed basic Knative setup recomended by official
So now i have:
minikube on WSL2
kourier
knative
After that I have simple python script on top of Flask to listen POST method and access ...
0
votes
0
answers
13
views
Is it possible to have emails set up using GoDaddy Office365 Subscription and cPanel at the same time
I have the task to set up the email system for a business and wondering what is the best affordable option.
They currently have a domain and webhosting with GoDaddy, and have paid for a office365 ...
0
votes
2
answers
34
views
How to Perform Async DNS Resolution in Android with WorkManager?
I’m working on an Android project where I need to perform asynchronous DNS resolution. I came across DnsResolver.query(), which provides async DNS lookups, but it requires an Executor object as input.
...
0
votes
0
answers
50
views
DNS resolution fails for Windows Server container running in AWS ECS
I have a C# web service running in a Windows Server ECS container (Fargate) in AWS. The container uses awsvpc network mode and has a load balancer. The web service is attempting to make an HTTP call ...
0
votes
0
answers
19
views
textPayload: "Error visiting https://www.my-site.it/: getaddrinfo EAI_AGAIN www.my-site.it"
I have some time ago deployed a JS script in Google Cloud Run capable of doing a small scraping of web pages.
In my workflow I call up the Google Cloud endpoint via an HTTP request in Make.com
...
1
vote
2
answers
56
views
Bind RPZ triggers are never matched [SOLVED]
I have set up bind 9 (BIND 9.16.23-RH) on rocky linux 9.5 as a recursive DNS server, everything is working fine, beside RPZ policy.
Here is my named.conf:
options {
listen-on port 53 { 127.0.0....
0
votes
0
answers
19
views
Getting a datagram too large error while writing back to NEAppProxyUDPFlow
I am trying to setup an extension using DNSProxyProvider that intercepts the DNS traffic on UDP and inserts our custom device identifier and send it to our custom DNS Server which gives us the ...
0
votes
1
answer
54
views
How can I configure Cloudflare DNS to send traffic to a GCP load balancer?
I am attempting to host a single page webapp on GCP, on a subdomain managed by Cloudflare.
So far I have been able to host the webapp in a bucket, and make the bucket accessible using a CNAME record ...
0
votes
0
answers
14
views
Getting 502 error on reverse proxy configuration in NGINX
I have a reverse proxy configuration like this:
location /api-send/ {
rewrite ^/api-send/(.*) /$1 break;
proxy_pass https://target.service.com;
proxy_set_header Host $host;
...
-1
votes
1
answer
33
views
How to configure www. subdomain with Cloudflare pages?
I have a Cloudflare pages domain and a domain that is registered with Cloudflare. Going to mydomain.com works without issue with the following:
CNAME mydomain.com mycloudflarepagesdomain.pages.dev
...
0
votes
0
answers
34
views
How to Use Kerberos in Nodejs App to connect to Windows Machine on Domain?
I have Nodejs Typescript App running on Ubuntu, and requires to connect to a remote Windows machine configured on Domain. I`m trying to use winrm with basic Authentication but it seems not sufficient....
0
votes
1
answer
45
views
Need to run Automation Selenium Java automation scripts via azure hosted Agent
I am stuck and need help.
I want to run my automation scripts using a hosted agent, but I am trying to access my company's internal dev URL.
On the Azure hosted agent, it fails and gives me a DNS ...
-2
votes
1
answer
53
views
Railway service deployment to root domain
I have a nextjs app that I have deployed on Railways. My domain that I bought (let's call it myapp.com) is on GoDaddy. I want to map the railway service to my root domain, so to myapp.com.
When I add ...
0
votes
0
answers
53
views
themoviedb Endpoint API Connection DNS Error?
I am trying to connect to themoviedb API with the following code:
csv_file_path = "FILE PATH"
df = pd.read_csv(csv_file_path)
headers = {
"accept": "application/json&...
0
votes
0
answers
27
views
Host header causing traffic to only one pod
There is an issue where all traffic is being routed to a single Pod when using Host headers in istio enabled services communicating via Kubernetes service IP.
pod A1 and pod A2 runs in namespace A
...
0
votes
1
answer
98
views
resolve hostnames using /etc/hosts only
I'm trying to resolve a hostname to an IP address using the /etc/hosts file only.
That is, if the name cannot be locally resolved, it must fail (ie. no DNS request sent out).
The standard way to ...
0
votes
0
answers
17
views
APL for DNS server using Twisted Python
I'm trying to implement APL record for a DNS server using Twisted Python and was wondering if someone could point me in the right direction to start. Any help would really be appreciated. Twisted ...
1
vote
0
answers
49
views
Issue with GetAddrInfoExW: Only Receiving IPv4 Addresses, Not IPv6
I'm using the GetAddrInfoExW function in my application to resolve both IPv4 and IPv6 addresses for a given hostname (e.g., google.com). However, I'm only receiving IPv4 addresses in the results, and ...