Kevin M. Gallagher
Kevin M. Gallagher
Some validation code: ``` if os.environ.get('TOR_CONTROL_PORT') is not None: if isinstance(int(os.environ['TOR_CONTROL_PORT'])): self.tor_control_port = os.getenv('TOR_CONTROL_PORT', 9051)) if os.environ.get('TOR_CONTROL_HOST') is not None: if isinstance(str(os.environ['TOR_CONTROL_HOST'])): self.tor_control_host = os.getenv('TOR_CONTROL_HOST', '127.0.0.1')) if os.environ.get('TOR_SOCKS_PORT') is not...
@brian-brazil That sounds good to me. As long as I can pass an .onion DNS name along to the proxy without getting resolution errors from blackbox, then I can have...
@darkk I intend to review your stuff you've posted soon; eventually after my original post I did get a reliable and not-too-convoluted THS-monitoring setup that simply relies upon shoving all...
Hey @darkk I'm curious, is it possible to make your netfilter+BPF rule work for version 3 hidden services as well as v2?
There are major advantages to subprocessing IMO because many of the modules don't provide access to all of the routines. Including GPGME.
Wrong issue/context for previous comments.
Let"s pick this up soon. I want a PoC of [RFC7929](https://tools.ietf.org/html/rfc7929) sage and this seems like he perfect use case. It will get optional, but just for spreading awareness of...
@micahflee I want to help with the Linux build process, because I can provide advice on [hardening the GPGSync service](https://gist.github.com/ageis/f5595e59b1cddb1513d1b425a323db04) via systemd. You could perhaps also use seccomp-bpf somehow, but...
@easymac @astorije I really like this theme but I can't install it via the recommended method. ``` irc@cointel:~/.lounge$ thelounge install --help Usage: install [options] Install a theme or a package...
@rubin110 copying your otr.private_key between clients can alleviate some of the problems associated with multiple simultaneous sessions https://guardianproject.info/apps/keysync/