Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 29, 2018 23:30
Show Gist options
  • Save ryantm/3b59aaaf9f7d90b8de351b6eb712e2a5 to your computer and use it in GitHub Desktop.
Save ryantm/3b59aaaf9f7d90b8de351b6eb712e2a5 to your computer and use it in GitHub Desktop.
/nix/store/2fpr2hzspmrnnvmawxd3mv28774rysma-knot-resolver-2.2.0
├── bin
│   └── kresd
├── etc
│   └── knot-resolver
│   ├── config.cluster
│   ├── config.isp
│   ├── config.personal
│   ├── config.splitview
│   └── icann-ca.pem
├── lib
│   ├── kdns_modules
│   │   ├── ahocorasick.so
│   │   ├── cookies.so
│   │   ├── daf
│   │   │   └── daf.js
│   │   ├── daf.lua
│   │   ├── detect_time_jump.lua
│   │   ├── detect_time_skew.lua
│   │   ├── dns64.lua
│   │   ├── etcd.lua
│   │   ├── graphite.lua
│   │   ├── hints.so
│   │   ├── http
│   │   │   ├── bootstrap.min.css
│   │   │   ├── bootstrap.min.js
│   │   │   ├── bootstrap-theme.min.css
│   │   │   ├── d3.js
│   │   │   ├── datamaps.world.min.js
│   │   │   ├── dygraph-combined.js
│   │   │   ├── epoch.css
│   │   │   ├── epoch.js
│   │   │   ├── favicon.ico
│   │   │   ├── glyphicons-halflings-regular.woff2
│   │   │   ├── jquery.js
│   │   │   ├── kresd.css
│   │   │   ├── kresd.js
│   │   │   ├── LICENSE
│   │   │   ├── main.tpl
│   │   │   ├── selectize.bootstrap3.min.css
│   │   │   ├── selectize.min.css
│   │   │   ├── selectize.min.js
│   │   │   └── topojson.js
│   │   ├── http.lua
│   │   ├── http_trace.lua
│   │   ├── kres-gen.lua
│   │   ├── kres.lua
│   │   ├── policy.lua
│   │   ├── predict.lua
│   │   ├── priming.lua
│   │   ├── prometheus.lua
│   │   ├── renumber.lua
│   │   ├── serve_stale.lua
│   │   ├── stats.so
│   │   ├── ta_sentinel.lua
│   │   ├── ta_signal_query.lua
│   │   ├── trust_anchors.lua
│   │   ├── version.lua
│   │   ├── view.lua
│   │   ├── workarounds.lua
│   │   └── zonefile.lua
│   ├── libkres.so -> libkres.so.7
│   └── libkres.so.7
├── sbin -> bin
└── share
└── man
└── man8
└── kresd.8.gz
11 directories, 56 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment