Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created January 18, 2021 17:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/e4e1e4ce10d6b4aab47cd975b95a9b46 to your computer and use it in GitHub Desktop.
Save r-ryantm/e4e1e4ce10d6b4aab47cd975b95a9b46 to your computer and use it in GitHub Desktop.
/nix/store/ndamck8haxj6ci7rxlxav6fhryivmv17-firehol-3.1.7
├── bin
│   ├── firehol -> ../libexec/firehol/3.1.7/firehol
│   ├── fireqos -> ../libexec/firehol/3.1.7/fireqos
│   ├── link-balancer -> ../libexec/firehol/3.1.7/link-balancer
│   ├── update-ipsets -> ../libexec/firehol/3.1.7/update-ipsets
│   └── vnetbuild -> ../libexec/firehol/3.1.7/vnetbuild
├── etc
│   └── firehol
│   ├── firehol.conf.example
│   ├── fireqos.conf.example
│   └── services
│   └── bittorrent.conf.example
├── libexec
│   └── firehol
│   └── 3.1.7
│   ├── 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