so i have free time recently, and i like to make a project like cloudflare that cover some of features that cloudflare provides . how does cloudflare it works , 🤔🤔🤔 I’m just looking for a start point i know it’s waste of time for some of you , but i really want to try something new

  • AnApexBread@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    8 months ago

    In short cloudflare is both a DNS server and a reverse proxy. When you add a DNS record in there and mark it as proxy cloudflare will publish the DNS record but will instead give its own IP as the destination.

    When a visitor enters your URL instead of getting your IP they will be given Cloudflare’s IP. The visitor will then send their web request to Cloudflare. Cloudflare will then send that request to your actual IP.

    That’s the basic version. However, Cloudflare’s position as a proxy gives it the ability to inspect and act on traffic as a WAF, blocking traffic that meetings the IDS/IPS rules.

  • thekrautboy@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    8 months ago

    so i have free time recently, and i like to make a project like cloudflare that cover some of features that cloudflare provides . how does cloudflare it works , 🤔🤔🤔 I’m just looking for a start point i know it’s waste of time for some of you , but i really want to try something new

    Thanks for the laughs!

  • UID_Zero
    link
    fedilink
    English
    arrow-up
    1
    ·
    8 months ago

    At the most basic level, CloudFlare is a reverse proxy. The client makes an HTTP/S request to a CloudFlare server, and they, in turn, make a request to the IP you’ve entered as your server.

  • CameronDev@programming.dev
    link
    fedilink
    English
    arrow-up
    1
    ·
    8 months ago

    You really need to narrow down what feature of cloudflare your talking about, they offer a lot of different services now.