nyxnor
nyxnor
## Feature request I'd like a command line option to filter streams per source_addr. This is very useful when tor is running in a gateway and you have plenty of...
https://carml.readthedocs.io/en/latest/installation.html#signatures > Note: a much easier and arguably better way to get this on Debian or Ubuntu would be for someone to package it in Debian… Any plans to package...
related https://github.com/tasket/Qubes-vpn-support/issues/53 ``` vpn-mullvad systemd[1]: Stopped VPN Client for Qubes proxyVM. vpn-mullvad systemd[1]: Starting VPN Client for Qubes proxyVM... vpn-mullvad qubes-vpn-setup[2658]: iptables: Bad rule (does a matching rule exist in...
I use orbot but I'd like to read a documentation about the possibility that information may be transmitted without the proxy. Is it documented anywhere of an application that can...
https://github.com/gkdr/lurch#caveats >For instance, if you don't install the additional plugin mentioned above, this is probably not the right thing to use if you have multiple clients running at the same...
Hi 👋. I am trying to build from source. As instructed here https://t.me/sparrowwallet/4640 I used these instructions https://adoptopenjdk.net/installation.html?variant=openjdk16&jvmVariant=hotspot#linux-pkg. The adoptopenjdk successfully installs. Debian Stable (bullseye) amd64 install: ```sh cd sudo...
The hostname must be resolved by the proxy for .onion domains, else it will fail to connect and leak DNS requests. Can this be added to this network stack? [Tor-Friendly-Applications-Best-Practices](https://gitlab.torproject.org/tpo/applications/team/-/wikis/Tor-Friendly-Applications-Best-Practices)
I imagine you replace on every new release across the menus the version from previous to new. If you put a `version.txt` and source it or a variable inside `torbox.lib`,...
This can be useful to activate, deactivate or delete bridges. For now, the code below just displays them: ```sh #!/usr/bin/env bash torrc="/etc/tor/torrc" all_bridges="$(sudo grep "Bridge obfs4" "${torrc}")" #activated_bridges="$(grep "^Bridge obfs4"