17,172 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
-5
votes
0
answers
315
views
Force all network activity in my app to go through a specific DNS server [closed]
To circumvent censorship, I want to force all network activity in my app to use a specific DNS server (e.g Quad9) through DoH, instead of using the system DNS.
I'm currently using OkHttp with the ...
1
vote
0
answers
126
views
How to set the custom DNS with the Network client on iOS
We are facing a DNS resolution issue with a specific ISP, where our domain name does not resolve correctly using the system DNS. However, the same domain works as expected when a custom DNS resolver ...
Advice
0
votes
4
replies
53
views
How to deploy Spring Boot + React + MySQL website? What services are required?
I am a fresher and I am building a small hotel website.
My tech stack is:
Backend: Spring Boot (Java)
Frontend: React
Database: MySQL
I want to deploy this project so that it is publicly accessible ...
12
votes
2
answers
9k
views
CORS error: "Permission was denied for this request to access the unknown address space" only inside office network (Chrome PNA block?)
Question
I’m dealing with a CORS issue that only occurs inside my company’s office network.
When accessing the same application from any external network, everything works perfectly.
Setup
Frontend: ...
Advice
0
votes
2
replies
59
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.
Advice
0
votes
4
replies
96
views
cloud hosted dnscrypt-proxy and android
Usually run separate dnscrypt on desktop and android, both successfully. Today thought a out centralising dnscrypt on a VPS, and have this successfully setup on Oracle free tier, complete with nginx ...
1
vote
0
answers
108
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 ...
2
votes
0
answers
150
views
Why am I experiencing DNS resolution failures only in the final stage of a multi-stage Docker Compose build?
I am working on a custom deployment of some open source software where some of the code needs to be modified to provide a couple additional features that are not present, so I'm working on making ...
1
vote
0
answers
96
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).
...
-1
votes
1
answer
75
views
Weird behavior when a java application perform name resolution in windows server [closed]
I'm troubleshooting a java web application that is running on windows 2025 machine joined to an AD.
Using the host file in serverA, i try to re-direct the http traffic meant for serverB to itself(...
0
votes
3
answers
135
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
28
views
Detecting Primary Domain Updates in GHL
I want to detect when a client’s primary domain is updated in GHL. For example, if a client originally had abc.com and later changes it to abc123.com, I need to capture that change automatically.
...
0
votes
0
answers
73
views
Is it possible to have RPZ File to apply for specific IPs in POWERDNS RECURSOR via Lua Scripting?
I need to apply different RPZ files based on client IP address. I load all RPZ files at startup, then try to discard policies not meant for the requesting IP, but it's not working. Will be needing ...
1
vote
0
answers
374
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
...
1
vote
0
answers
79
views
How to get DNS verification records for verify.domain.tld?
I'm using the Vercel SDK in a serverless function (Edge/Deno) to programmatically add custom domains to a Vercel project. The domain we actually add is a subdomain like verify.domain.tld (not the root ...