-
-
Save ryantm/c51183f763d8d6799836191579a6121e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/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