If you are using Cloudflare as first line of defense, and want to restrict by IP in the Apache webserver behind. Add this to your .htaccess:
SetEnvIF X-Forwarded-For "1.1.1.1" AllowIP
<RequireAny>
Require env AllowIP
</RequireAny>
If you are using Cloudflare as first line of defense, and want to restrict by IP in the Apache webserver behind. Add this to your .htaccess:
SetEnvIF X-Forwarded-For "1.1.1.1" AllowIP
<RequireAny>
Require env AllowIP
</RequireAny>
I just discovered that Slack has built-in support for RSS feeds.
It’s a great feature to subscribe all your feeds in a private channel, so you can keep updated and even share your feedback with your team.
For example, to subscribe to Microsoft Security Advisories:
/feed https://technet.microsoft.com/en-us/security/rss/advisory
I will share later my RSS feeds for #cybersecurity