Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created August 24, 2018 17:51
Show Gist options
  • Save ryantm/df2224977b9164c0740b40beccfce1f7 to your computer and use it in GitHub Desktop.
Save ryantm/df2224977b9164c0740b40beccfce1f7 to your computer and use it in GitHub Desktop.
/nix/store/vfmbda3d1aa0s0frpvgxfkkzpg5s256s-firehol-3.1.6
├── bin
│   ├── firehol -> ../libexec/firehol/3.1.6/firehol
│   ├── fireqos -> ../libexec/firehol/3.1.6/fireqos
│   ├── link-balancer -> ../libexec/firehol/3.1.6/link-balancer
│   ├── update-ipsets -> ../libexec/firehol/3.1.6/update-ipsets
│   └── vnetbuild -> ../libexec/firehol/3.1.6/vnetbuild
├── etc
│   └── firehol
│   ├── firehol.conf.example
│   ├── fireqos.conf.example
│   └── services
│   └── bittorrent.conf.example
├── libexec
│   └── firehol
│   └── 3.1.6
│   ├── firehol
│   ├── fireqos
│   ├── functions.common
│   ├── install.config
│   ├── link-balancer
│   ├── services.common
│   ├── services.firehol
│   ├── services.fireqos
│   ├── update-ipsets
│   └── vnetbuild
├── sbin -> bin
└── share
├── doc
│   └── firehol
│   ├── contrib
│   │   ├── dnsbl-ipset.sh
│   │   ├── firehol.service
│   │   ├── fireqos.service
│   │   ├── ipset-apply.sh
│   │   └── README
│   └── examples
│   ├── adblock.sh
│   ├── client-all.conf
│   ├── fireqos.conf
│   ├── fireqos-multiple-organizations.conf
│   ├── icmpv6.conf
│   ├── lan-gateway.conf
│   ├── office.conf
│   ├── server-dmz.conf
│   ├── vnetbuild.conf
│   └── vnetbuild-simple.conf
└── update-ipsets
└── webdir
├── bogons.html
├── botscout.html
├── cta_cryptowall.html
├── dshield.html
├── firehol_level1.html
├── fullbogons.html
├── index.html
├── packetmail.html
├── spamhaus_drop.html
├── spamhaus_edrop.html
└── typeahead.css
15 directories, 44 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment