Skip to main content
-3 votes
0 answers
21 views

I got a small setup with two private servers ps1 and ps2 at home behind a NAT. One server s1 with public domain s1.com is a small rented vps where I set up as reverse proxy with caddy. On ps1 I had a ...
dabozz's user avatar
  • 1
-5 votes
1 answer
83 views

I had problems using codeberg.org/miekg/dns. When the server starts and the client requests a DNS message, the client will output an i/o timeout. I have been investigating for a long time, but still ...
yan cao's user avatar
  • 24
8 votes
2 answers
2k views

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: ...
harsha datta's user avatar
Advice
0 votes
2 replies
38 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,102
Advice
0 votes
4 replies
66 views

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 ...
Adrian M 's user avatar
1 vote
0 answers
68 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
2 votes
0 answers
99 views

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 ...
jhyry's user avatar
  • 61
1 vote
0 answers
89 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
1 answer
63 views

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(...
himekami's user avatar
  • 1,469
0 votes
3 answers
115 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
27 views

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. ...
Jelly Roll's user avatar
0 votes
0 answers
39 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
0 votes
0 answers
67 views

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 ...
Suhani Patel's user avatar
1 vote
0 answers
323 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
1 vote
0 answers
62 views

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 ...
Soufiane Hadjmoussa's user avatar

15 30 50 per page
1
2 3 4 5
1146