17,178 questions
0
votes
0
answers
27
views
"Docker containers completely isolated from network - Maven fails to download Flink dependencies causing 'package does not exist' compilation errors" [closed]
Docker Network Connectivity and Maven Dependency Resolution Error - Description
Comprehensive Error Description
The system is experiencing a critical Docker networking failure that has cascaded into a ...
Advice
0
votes
2
replies
35
views
Free DNS service for subdomain
Is there some free DNS domain service which I can use to resolve host name. I have a Database server which I want to access using domain name like db1.somedomain.com.
1
vote
0
answers
54
views
DNS Resolution Issue: `nslookup` Works But `curl` Fails
What I Want to Do
Install ESLint and related dependencies using pnpm in my TypeScript React frontend project (part of a Wails Go + TypeScript hybrid application).
What I Did
Ran pnpm add --save-dev ...
1
vote
0
answers
83
views
Clojure problems in resolving .local server address inside private network
First of all thanks in advance for any help, this is the first time I'm setting up a system like this, so a few points are not clear and might be written in bad form (and that's why I'm here).
...
0
votes
3
answers
107
views
Issue in connecting with MongoDB
I'm having an issue connecting my server to a MongoDB database, I've added the code I used and the error I got below. I've consulted with ChatGPT, and it suggested an SRV DNS resolution issue, but ...
0
votes
0
answers
38
views
Resolve DNS CNAME Non-Recursively [duplicate]
I have a need to resolve a CNAME record to the first record it points to, so I've been using net.LookupCNAME in the standard library:
package main
import (
"fmt"
"net"
)
...
1
vote
0
answers
309
views
How to enforce a custom DNS in an AOSP-based ROM and prevent user modification?
I'm building an AOSP-based ROM (specifically crDroid) and I want to enforce a specific DNS server (e.g., CleanBrowsing) at the system level, so that:
The system always uses my specified DNS servers
...
0
votes
1
answer
89
views
How can AWS Route 53 handle the case where too many zones with the same domain name? [closed]
This is related to this question.
In AWS Route 53 FAQ, it is stated:
Q: Can I create multiple hosted zones for the same domain name?
Yes. Creating multiple hosted zones allows you to verify your DNS ...
1
vote
0
answers
44
views
Python script for SOLIDserver DNS: IP/hostname update successful but "shortname" persists in Advanced Properties
I'm working in small laboratory. The DNS is managed by our Institute, but we have an access to efficientIP web interface and so we could change the names of our computers.
But we want to automating it ...
0
votes
1
answer
44
views
How do I make my website and iOS/Android apps accessible to visitors whose ISP has blocked my IP address?
I have a website + iOS app + Android app + CDN for images + a pretty heavy database which is constantly being edited.
My country-specific IP addresses are permanently blocked in several foreign ...
-2
votes
1
answer
70
views
HOW? www.example.com => example.com [closed]
www.example.com:
Your connection is not private
Attackers might be trying to steal your information
DNS: I have added custom record
www | CNAME | N/A | 1 hr | ext-cust.squarespace.com
Does ...
-1
votes
1
answer
94
views
How to listen for Kubernetes DNS changes
I have a controller using the kube crate that manages various worker resources (services/deployments). In those containers, I receive updates from the controller via a ConfigMap and make downstream ...
0
votes
1
answer
64
views
How to resolve mixed Content: The page at 'https://example.com' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://...'
I have a .NET Web Api running on an AWS Elastic Beanstalk environment. It was assigned a domain: http://smart-qualify-api-uat.af-south-1.elasticbeanstalk.com/. I also built a website which I hosted on ...
0
votes
0
answers
73
views
CircuitPython make Android believe its connected to the internet
I am using Raspberry Pi Pico W in an AP mode and need to allow users to go to 192.168.4.1 to see a website on which they can communicate with the Raspberry.
On an iPhone everything works just fine, ...
0
votes
0
answers
99
views
Is there a way to implement domain-based split tunneling in Android without parsing DNS queries?
Is there a way to implement domain-based split tunneling in Android without parsing DNS queries?
Hey fellow Android devs,
I'm working on implementing domain-based split tunneling in an Android VPN ...
0
votes
0
answers
29
views
Unable to Log In to Netlify — Redirected to MCP Example or 404 Error
Issue Summary
I'm trying to log in to Netlify, but I'm unable to access the actual login dashboard. Instead of being taken to https://app.netlify.com, I’m getting one of the following responses:
...
0
votes
0
answers
55
views
.NET on macOS: DNS Resolution Fails for Azure CNAME, Works for A Record and System Tools | Azure AI Foundry + AgentsClient
Environment:
MacBook Air (Apple Silicon, arm64)
macOS 15.4.1 (Sonoma)
.NET SDK 9.0.203, .NET Runtime 9.0.4 (osx-arm64)
No VPN, firewall, or security software interfering
DNS set to Google (8.8.8.8)
...
0
votes
0
answers
50
views
How have local domain for app android of flutter?
does anyone know a way to assign a local domain to a server I set up with Shelf in an Android app? I want that when the server is running, it can be accessed without having to type the device's IP ...
0
votes
1
answer
115
views
webclient request through proxy to 3rd party problem
im trying to reach 3rd party service in spring boot app from my corpo env behind proxy server and everything I do fails.
My minimal and still not working WebClient configuration is this:
String ...
1
vote
1
answer
71
views
How to retreive IP interface DNS suffixes using winsock2? [duplicate]
In Windows, for a interface, you can set DNS suffixes to add to queries.
How do one retrieve the settings dom1.com, dom2.com using winsock2?
If I call GetAdapterAddresses the IP_ADAPTER_ADDRESSES_LH ...
0
votes
1
answer
244
views
How to get the IPv6 address of another device in my LAN? [closed]
Not sure if this is a networking question or a programming question. Both my PC and my NAS are in the same LAN. They both have IPv6 addresses, but only using Dns.GetHostAddresses(Dns.GetHostName()) ...
0
votes
1
answer
174
views
Localstack upgrade v2 -> v3 - SQS service not available on localhost
I have a Localstack repository which starts up using Docker Compose. The relevant part of the Docker Compose file is as follows:
version: '3.4'
services:
localstack:
image: localstack/...
0
votes
1
answer
465
views
Problem with the same custom domain with Azure-managed certificate on both an app service and a Front Door endpoint?
I have an app service with a custom domain and an Azure managed certificate, which has worked fine for years. Recently I added a Front Door profile and of course added the same custom domain to that, ...
0
votes
2
answers
161
views
ADF self hosted IR VM unable to resolve target external azure blob DNS
I am trying to copy files from a internal(on premise) SFTP server source via self hosted IR VM(hosted in Azure) into target external azure blob storage via managed private endpoint using managed vnet ...
0
votes
1
answer
44
views
SSL certificate for a sub domain showing not secure on a public network
I have multiple NextJs app and some Java backend API services that I deployed on a windows server e.g gigmobilitytest.accionmfb.com, octopustest.accionmfb.com etc. The application are naturally only ...