Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 27, 2019 09:51
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/28d9e95bcae2c9e9a6eac584513c0802 to your computer and use it in GitHub Desktop.
Save ryantm/28d9e95bcae2c9e9a6eac584513c0802 to your computer and use it in GitHub Desktop.
/nix/store/knpxalkdgv9jna1plqk61wcnnqagn1zs-python3.7-txtorcon-19.0.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── twisted
│   │   └── plugins
│   │   ├── __pycache__
│   │   │   └── txtorcon_endpoint_parser.cpython-37.pyc
│   │   └── txtorcon_endpoint_parser.py
│   ├── txtorcon
│   │   ├── addrmap.py
│   │   ├── attacher.py
│   │   ├── circuit.py
│   │   ├── controller.py
│   │   ├── controller_py3.py
│   │   ├── endpoints.py
│   │   ├── __init__.py
│   │   ├── interface.py
│   │   ├── log.py
│   │   ├── _metadata.py
│   │   ├── _microdesc_parser.py
│   │   ├── onion.py
│   │   ├── __pycache__
│   │   │   ├── addrmap.cpython-37.pyc
│   │   │   ├── attacher.cpython-37.pyc
│   │   │   ├── circuit.cpython-37.pyc
│   │   │   ├── controller.cpython-37.pyc
│   │   │   ├── controller_py3.cpython-37.pyc
│   │   │   ├── endpoints.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── interface.cpython-37.pyc
│   │   │   ├── log.cpython-37.pyc
│   │   │   ├── _metadata.cpython-37.pyc
│   │   │   ├── _microdesc_parser.cpython-37.pyc
│   │   │   ├── onion.cpython-37.pyc
│   │   │   ├── router.cpython-37.pyc
│   │   │   ├── socks.cpython-37.pyc
│   │   │   ├── spaghetti.cpython-37.pyc
│   │   │   ├── stream.cpython-37.pyc
│   │   │   ├── testutil.cpython-37.pyc
│   │   │   ├── torconfig.cpython-37.pyc
│   │   │   ├── torcontrolprotocol.cpython-37.pyc
│   │   │   ├── torinfo.cpython-37.pyc
│   │   │   ├── torstate.cpython-37.pyc
│   │   │   ├── util.cpython-37.pyc
│   │   │   └── web.cpython-37.pyc
│   │   ├── router.py
│   │   ├── socks.py
│   │   ├── spaghetti.py
│   │   ├── stream.py
│   │   ├── testutil.py
│   │   ├── torconfig.py
│   │   ├── torcontrolprotocol.py
│   │   ├── torinfo.py
│   │   ├── torstate.py
│   │   ├── util.py
│   │   └── web.py
│   └── txtorcon-19.0.0.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
├── nix-support
│   └── propagated-build-inputs
└── share
└── txtorcon
├── apilinks_sphinxext.py
├── avatar.png
├── conf.py
├── examples
│   ├── close_all_circuits.py
│   ├── config.py
│   ├── connect.py
│   ├── disallow_streams_by_port.py
│   ├── dns_lookups.py
│   ├── hidden_echo.py
│   ├── launch_tor2web.py
│   ├── launch_tor_endpoint2.py
│   ├── launch_tor_endpoint.py
│   ├── launch_tor.py
│   ├── launch_tor_unix_sockets.py
│   ├── launch_tor_with_simplehttpd.py
│   ├── minimal_endpoint.py
│   ├── monitor.py
│   ├── __pycache__
│   │   ├── close_all_circuits.cpython-37.pyc
│   │   ├── config.cpython-37.pyc
│   │   ├── connect.cpython-37.pyc
│   │   ├── disallow_streams_by_port.cpython-37.pyc
│   │   ├── dns_lookups.cpython-37.pyc
│   │   ├── hidden_echo.cpython-37.pyc
│   │   ├── launch_tor2web.cpython-37.pyc
│   │   ├── launch_tor.cpython-37.pyc
│   │   ├── launch_tor_endpoint2.cpython-37.pyc
│   │   ├── launch_tor_endpoint.cpython-37.pyc
│   │   ├── launch_tor_unix_sockets.cpython-37.pyc
│   │   ├── launch_tor_with_simplehttpd.cpython-37.pyc
│   │   ├── minimal_endpoint.cpython-37.pyc
│   │   ├── monitor.cpython-37.pyc
│   │   ├── readme3.cpython-37.pyc
│   │   ├── readme.cpython-37.pyc
│   │   ├── stem_relay_descriptor.cpython-37.pyc
│   │   ├── stream_circuit_logger.cpython-37.pyc
│   │   ├── tor_info.cpython-37.pyc
│   │   ├── wait_newconsensus.cpython-37.pyc
│   │   ├── web_client_authenticated.cpython-37.pyc
│   │   ├── web_client_authenticated_py3.cpython-37.pyc
│   │   ├── web_client.cpython-37.pyc
│   │   ├── web_client_custom_circuit.cpython-37.pyc
│   │   ├── web_client_treq.cpython-37.pyc
│   │   ├── web_onion_service_aiohttp.cpython-37.pyc
│   │   ├── web_onion_service_endpoints.cpython-37.pyc
│   │   ├── web_onion_service_ephemeral_auth.cpython-37.pyc
│   │   ├── web_onion_service_ephemeral.cpython-37.pyc
│   │   ├── web_onion_service_ephemeral_keyfile.cpython-37.pyc
│   │   ├── web_onion_service_ephemeral_nonanon.cpython-37.pyc
│   │   ├── web_onion_service_ephemeral_unix.cpython-37.pyc
│   │   ├── web_onion_service_filesystem.cpython-37.pyc
│   │   ├── web_onion_service_prop224.cpython-37.pyc
│   │   ├── web_onion_service_prop224_endpoints.cpython-37.pyc
│   │   ├── web_onion_service_prop224_endpoints_ephemeral.cpython-37.pyc
│   │   ├── web_onion_service_prop224_endpoints_file.cpython-37.pyc
│   │   └── webui_server.cpython-37.pyc
│   ├── readme3.py
│   ├── readme.py
│   ├── stem_relay_descriptor.py
│   ├── stream_circuit_logger.py
│   ├── tor_info.py
│   ├── wait_newconsensus.py
│   ├── web_client_authenticated.py
│   ├── web_client_authenticated_py3.py
│   ├── web_client_custom_circuit.py
│   ├── web_client.py
│   ├── web_client_treq.py
│   ├── web_onion_service_aiohttp.py
│   ├── web_onion_service_endpoints.py
│   ├── web_onion_service_ephemeral_auth.py
│   ├── web_onion_service_ephemeral_keyfile.py
│   ├── web_onion_service_ephemeral_nonanon.py
│   ├── web_onion_service_ephemeral.py
│   ├── web_onion_service_ephemeral_unix.py
│   ├── web_onion_service_filesystem.py
│   ├── web_onion_service_prop224_endpoints_ephemeral.py
│   ├── web_onion_service_prop224_endpoints_file.py
│   ├── web_onion_service_prop224_endpoints.py
│   ├── web_onion_service_prop224.py
│   └── webui_server.py
├── examples.rst
├── guide.rst
├── hacking.rst
├── haiku.css
├── index.rst
├── INSTALL
├── installing.rst
├── interop_asyncio.rst
├── introduction.rst
├── logo.png
├── logo.svg
├── Makefile
├── meejah.asc
├── __pycache__
│   ├── apilinks_sphinxext.cpython-37.pyc
│   └── conf.cpython-37.pyc
├── README.rst
├── release-checklist.rst
├── releases.rst
├── TODO
├── txtorcon-config.rst
├── txtorcon-controller.rst
├── txtorcon-endpoints.rst
├── txtorcon-interface.rst
├── txtorcon-onion.rst
├── txtorcon-protocol.rst
├── txtorcon.rst
├── txtorcon-socks.rst
├── txtorcon-state.rst
└── txtorcon-util.rst
15 directories, 163 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment