Nginx fallback site configuration
Nginx fallback site configuration
Hey, I understand what you're going through. You're looking to build a site that redirects users when they enter a non-existent subdomain. You could set up a custom error page or redirect logic using your web server configuration. Tools like Nginx or Apache allow you to define rules for subdomains and handle them appropriately. Let me know if you need help setting that up!
https://fedingo.com/how-to-setup-catch-a...-in-nginx/. If any domain resolves to your IP address, it should function correctly as long as you're not using HTTPS. Using HTTPS without a wildcard certificate usually causes a certificate warning in the browser when a non-existent domain is accessed.
But consider the case when the domain points to root at @? google,com
You're asking about how DNS works for different domains. It seems you want to know if your DNS resolves subdomains like "something.example.com" to the correct IP address. If your DNS only handles specific domains, you won't be able to manage those subdomains. The output of your nslookup commands should match, showing the same IP for both "example.com" and "something.example.com." If they differ, you may need to adjust your DNS settings for those subdomains.