Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
27 views

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 ...
Mezrouh Hanin's user avatar
Advice
0 votes
2 replies
35 views

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.
Peter Penzov's user avatar
  • 1,074
1 vote
0 answers
54 views

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 ...
Sebastian Romero Laguna's user avatar
1 vote
0 answers
83 views

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). ...
Alberto Zaccagni's user avatar
0 votes
3 answers
107 views

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 ...
boom pow's user avatar
  • 331
0 votes
0 answers
38 views

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" ) ...
Naftuli Kay's user avatar
  • 92.6k
1 vote
0 answers
309 views

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 ...
Lore's user avatar
  • 11
0 votes
1 answer
89 views

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 ...
ph3rin's user avatar
  • 4,948
1 vote
0 answers
44 views

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 ...
Paul Zakharov's user avatar
0 votes
1 answer
44 views

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 ...
Michael's user avatar
  • 51
-2 votes
1 answer
70 views

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 ...
i_stack's user avatar
  • 21
-1 votes
1 answer
94 views

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 ...
Daniel A. White's user avatar
0 votes
1 answer
64 views

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 ...
Steez's user avatar
  • 29
0 votes
0 answers
73 views

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, ...
TomasB's user avatar
  • 764
0 votes
0 answers
99 views

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 ...
dummy's user avatar
  • 1
0 votes
0 answers
29 views

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: ...
Henok Robale's user avatar
0 votes
0 answers
55 views

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) ...
Belkaz's user avatar
  • 1
0 votes
0 answers
50 views

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 ...
Al3life's user avatar
0 votes
1 answer
115 views

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 ...
jan's user avatar
  • 65
1 vote
1 answer
71 views

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 ...
leiflundgren's user avatar
  • 2,988
0 votes
1 answer
244 views

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()) ...
Dee J. Doena's user avatar
  • 1,867
0 votes
1 answer
174 views

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/...
Martin Bamford's user avatar
0 votes
1 answer
465 views

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, ...
jamesfm's user avatar
  • 921
0 votes
2 answers
161 views

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 ...
Redd Pra's user avatar
0 votes
1 answer
44 views

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 ...
Abdulbasit Yusuf's user avatar

1
2 3 4 5
344