How can I restrict traffic to only certain (Cloudflare for example) proxies #1134
Unanswered
toby-griffiths
asked this question in
Q&A
Replies: 2 comments 2 replies
-
which might help a bit. Frankenphp does not use the |
Beta Was this translation helpful? Give feedback.
1 reply
-
You could close all ports with your firewall, and use a cloudflare tunnel. That way the only way for any traffic to come in would be via cloudflare. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like ot restrict access to our server to the Cloudflare proxy servers so that we enforce the DDoS protections it offers.
I've found this article detailing how this can be done, but it adds the IP filter to the
handle
config block, which I can't see used in the FrankenPHP Caddyfile.Should I just add this ahead of the
php_server
diretive, or is there are better place / better way of doing this in FrankenPHP?Beta Was this translation helpful? Give feedback.
All reactions