legacybeta/cloudflare-firewall
Composer 安装命令:
composer require legacybeta/cloudflare-firewall
包简介
A Laravel command to work with Cloudflare firewall rules.
README 文档
README
Create and Update Cloudflare Firewall Rules Based on your Laravel Application's Routes
Adds a new Laravel artisan a new command cloudflare:generate-firewall-rules that creates or updates two rules in Cloudflare Firewall:
- Allow specific POSTs
- Block all incoming POSTs.
To install this package via composer:
- Run the commend
composer require legacybeta/cloudflare-firewall; - Then run
php artisan vendor:publish --provider="LegacyBeta\CloudflareFirewall\CloudflareFirewallServiceProvider"; - Put the Cloudflare API email, API key and Zone Id in the .env for your project:
CF_EMAIL=
CF_API_KEY=
CF_ZONE_ID=
Blog post with a bit more details is here.
统计信息
- 总下载量: 25
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 10
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-09-23