droid/droid-fw 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

droid/droid-fw

Composer 安装命令:

composer require droid/droid-fw

包简介

Droid plugin droid-fw

README 文档

README

For more information on Droid, please check out droidphp.com

Example usage

Here's an example droid.yml inventory configuration, documenting various use cases

groups:
    cluster:
        hosts:
            - app
            - lb

hosts:
    app:
        private_ip: 10.0.0.101
        public_ip: 188.188.188.101
        firewall_rules:
            -
              comment: allow access from a specific ip, and the private ip of the app host
              address: 83.161.143.92, app:private
              port: 22
              action: allow
            -
              comment: Use 'all' to express 0.0.0.0/0
              address: all
              port: 80
              
    lb:
        private_ip: 10.0.0.1
        public_ip: 188.188.188.1
        firewall_rules:
            - 
              comment: Allow all incoming http traffic
              address: all
              port: 80
              action: allow
            - 
              comment: Allow SSH for specified ip
              address: 192.168.0.1
              port: 22
              action: allow
            - 
              comment: Allow SSH from host "app" private IP
              address: app:private
              port: 22
              action: allow
            - 
              comment: Allow HTTP from host "app" public IP
              address: app:public
              port: 80
              action: allow
            - 
              comment: Allow SMTP from private IPs of hosts in the "cluster" group
              address: cluster:private
              port: 25
              action: allow
            - 
              comment: Deny one IP explicitly
              address: 10.0.0.99
              port: 25
              action: deny

统计信息

  • 总下载量: 209
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 0
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 2
  • Watchers: 2
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2016-06-21

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固