I have a Jellyfin instance on my local server which I forward to the public web via a cloudflare tunnel. I’m not sure how secure it is, and I keep getting random requests from all over the world. It’s my first experience maintaining something on a public domain so I may be worrying about something obvious, but some advice would still be appreciated.

My SSL/TLS encryption mode appears to be “Full”.

  • ares35@kbin.social
    link
    fedilink
    arrow-up
    0
    ·
    8 months ago

    bots will start hitting a brand new subdomain on my web server literally seconds after creating it. looking for exploitable scripts like wordpress, usually.

    • Domi@lemmy.secnd.me
      link
      fedilink
      English
      arrow-up
      0
      ·
      8 months ago

      You can avoid these scans by only using wildcards on your DNS entries and SSL certificates.

      Both of these are commonly used by bots to find new domains.

      • lazynooblet@lazysoci.al
        link
        fedilink
        English
        arrow-up
        0
        ·
        8 months ago

        Wildcard SSL subjects make sense as the certificate is public. But how does wildcard DNS help? They aren’t public other than the requests coming from the client which don’t use wildcard anyway.