Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created March 6, 2020 19:37
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/ceb449ac088809d6398061689d164dbb to your computer and use it in GitHub Desktop.
Save r-ryantm/ceb449ac088809d6398061689d164dbb to your computer and use it in GitHub Desktop.
/nix/store/66clgbickss7cxj0nbjgxkm254kj0296-libreswan-3.31
├── bin
│   └── ipsec
├── etc
│   ├── ipsec.conf
│   ├── ipsec.d
│   │   └── policies
│   │   ├── block
│   │   ├── clear
│   │   ├── clear-or-private
│   │   ├── portexcludes.conf
│   │   ├── private
│   │   └── private-or-clear
│   ├── ipsec.secrets
│   └── systemd
│   └── system
│   └── ipsec.service
├── libexec
│   └── ipsec
│   ├── addconn
│   ├── algparse
│   ├── auto
│   ├── barf
│   ├── cavp
│   ├── dncheck
│   ├── enumcheck
│   ├── _import_crl
│   ├── ipcheck
│   ├── jambufcheck
│   ├── letsencrypt
│   ├── look
│   ├── newhostkey
│   ├── pluto
│   ├── _plutorun
│   ├── readwriteconf
│   ├── rsasigkey
│   ├── _secretcensor
│   ├── setup
│   ├── show
│   ├── showhostkey
│   ├── shunkcheck
│   ├── _stackmanager
│   ├── timecheck
│   ├── _unbound-hook
│   ├── _updown
│   ├── _updown.netkey
│   ├── verify
│   └── whack
├── sbin -> bin
├── share
│   └── doc
│   └── libreswan
│   ├── ipsec.conf-sample
│   └── ipsec.secrets-sample
└── tmpfiles.d
└── libreswan.conf
13 directories, 42 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment