I am hosting a public website, say example.com
, at my house using my home Internet (fyi, the contract allows it). My Internet plan also comes with a static IP. I use Cloudflare to hide the server’s real IP address. The site example.com
is fully using HTTPS.
My questions are:
- Can my ISP know that I’m hosting
example.com
at my house? - What can of information can my ISP know about the incoming traffic to
example.com
? For example, when someone visitshttps://example.com/some-page
, can the ISP know the full URL (and even data) or they will only know the domain, or they won’t know anything at all? - If my ISP knows, is there anyway to hide it?
Any help is appreciated. Thanks!