I have a server which I use with my own domain name, with a wildcard DNS record. On the server side, I use the nginxproxy docker image to autogenerate VHosts. This allows me to add new websites/pages/services on the fly with their own subdomain simply by starting a new docker container. I also use the nginxproxy/acme-companion docker image to manage letsencrypt certificates for all of these automatically.
The issue I'm having is that when using the subdomain scanner nmmapper.com, it shows old subdomains that have been removed for over a year (they never had their own DNS record, it' s all just VHosts behind the wildcard DNS record).
I would like to know how it can possibly detect that and if there is a way to actually delete the old ones, as they are relatively sensitive because related to work and I would rather not have them linked with my personal domain anymore.
I have actually moved to a new server after these subdomains were removed so the IP is different than it was and I really have no clue what I can do.