Comment on How are people discovering random subdomains on my server?
69420@lemmy.world 1 month ago
Are you sure they’re hitting the hostname and not just the IP directly?
Comment on How are people discovering random subdomains on my server?
69420@lemmy.world 1 month ago
Are you sure they’re hitting the hostname and not just the IP directly?
BonkTheAnnoyed@lemmy.blahaj.zone 1 month ago
Shows up by name in the apache other_hosts…log, so yes
zzffyfajzkzhnsweqm@sh.itjust.works 1 month ago
Going to IP directly could redirect to your first domain. This would trigger another request to your domain and could result in your logs.
sommerset@thelemmy.club 1 month ago
I need to make sure to 444 drop connection immediately if wrong domain. Redirect to https should be configured after - I suspect ur config redirects