Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created May 30, 2018 21:08
Show Gist options
  • Save ryantm/c51183f763d8d6799836191579a6121e to your computer and use it in GitHub Desktop.
Save ryantm/c51183f763d8d6799836191579a6121e to your computer and use it in GitHub Desktop.
/nix/store/k4gbg52hrir6j4krsa3iky2phrbaqail-nftables-0.8.5
├── bin
│   └── nft
├── etc
│   └── nftables
│   ├── all-in-one.nft
│   ├── arp-filter.nft
│   ├── bridge-filter.nft
│   ├── inet-filter.nft
│   ├── ipv4-filter.nft
│   ├── ipv4-mangle.nft
│   ├── ipv4-nat.nft
│   ├── ipv4-raw.nft
│   ├── ipv6-filter.nft
│   ├── ipv6-mangle.nft
│   ├── ipv6-nat.nft
│   └── ipv6-raw.nft
├── include
│   └── nftables
│   └── libnftables.h
├── lib
│   ├── libnftables.la
│   ├── libnftables.so -> libnftables.so.0.0.0
│   ├── libnftables.so.0 -> libnftables.so.0.0.0
│   ├── libnftables.so.0.0.0
│   └── pkgconfig
│   └── libnftables.pc
├── sbin -> bin
└── share
└── man
└── man8
└── nft.8.gz
11 directories, 20 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment