Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 2, 2019 22:06
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 ryantm/086423a3c73676652a4f4fb9973027e1 to your computer and use it in GitHub Desktop.
Save ryantm/086423a3c73676652a4f4fb9973027e1 to your computer and use it in GitHub Desktop.
/nix/store/mvfvq9s8nk4jizdh036xjphy7snhz9zw-privoxy-3.0.28
├── bin
│   └── privoxy
├── etc
│   ├── config
│   ├── default.action
│   ├── default.filter
│   ├── match-all.action
│   ├── regression-tests.action
│   ├── templates
│   │   ├── blocked
│   │   ├── cgi-error-404
│   │   ├── cgi-error-bad-param
│   │   ├── cgi-error-disabled
│   │   ├── cgi-error-file
│   │   ├── cgi-error-file-read-only
│   │   ├── cgi-error-modified
│   │   ├── cgi-error-parse
│   │   ├── cgi-style.css
│   │   ├── client-tags
│   │   ├── connect-failed
│   │   ├── connection-timeout
│   │   ├── default
│   │   ├── edit-actions-add-url-form
│   │   ├── edit-actions-for-url
│   │   ├── edit-actions-for-url-filter
│   │   ├── edit-actions-list
│   │   ├── edit-actions-list-button
│   │   ├── edit-actions-list-section
│   │   ├── edit-actions-list-url
│   │   ├── edit-actions-remove-url-form
│   │   ├── edit-actions-url-form
│   │   ├── forwarding-failed
│   │   ├── mod-local-help
│   │   ├── mod-support-and-service
│   │   ├── mod-title
│   │   ├── mod-unstable-warning
│   │   ├── no-server-data
│   │   ├── no-such-domain
│   │   ├── show-request
│   │   ├── show-status
│   │   ├── show-status-file
│   │   ├── show-url-info
│   │   ├── toggle
│   │   ├── toggle-mini
│   │   ├── untrusted
│   │   └── url-info-osd.xml
│   ├── trust
│   ├── user.action
│   └── user.filter
├── sbin -> bin
└── share
├── doc
│   └── privoxy
│   ├── AUTHORS
│   ├── ChangeLog
│   ├── developer-manual
│   │   ├── coding.html
│   │   ├── documentation.html
│   │   ├── git.html
│   │   ├── index.html
│   │   ├── introduction.html
│   │   ├── newrelease.html
│   │   ├── testing.html
│   │   └── webserver-update.html
│   ├── faq
│   │   ├── configuration.html
│   │   ├── contact.html
│   │   ├── copyright.html
│   │   ├── general.html
│   │   ├── index.html
│   │   ├── installation.html
│   │   ├── misc.html
│   │   └── trouble.html
│   ├── images
│   ├── index.html
│   ├── LICENSE
│   ├── man-page
│   │   └── privoxy-man-page.html
│   ├── p_doc.css
│   ├── README
│   └── user-manual
│   ├── actions-file.html
│   ├── appendix.html
│   ├── config.html
│   ├── configuration.html
│   ├── contact.html
│   ├── copyright.html
│   ├── files-in-use.jpg
│   ├── filter-file.html
│   ├── index.html
│   ├── installation.html
│   ├── introduction.html
│   ├── p_doc.css
│   ├── proxy2.jpg
│   ├── proxy_setup.jpg
│   ├── quickstart.html
│   ├── seealso.html
│   ├── startup.html
│   ├── templates.html
│   └── whatsnew.html
└── man
└── man1
└── privoxy.1.gz
14 directories, 89 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment