anarcat

Results 241 issues of anarcat

In 7bb0351 (impexpd: fix certificate verification with new socat versions, 2017-12-20), a hostname verification was introduced to fix socat's new (and proper) behavior of actually checking the remote hostname during...

I'm trying to migrate between two Ganeti clusters. I have found with great anticipation the [move-instance](https://docs.ganeti.org/docs/ganeti/3.0/html/move-instance.html) command, but I'm having a hard time making it work. At first, it would...

This class configures an onion service to access the SSH server over Tor. This is useful when you have a box behind NAT or some firewall that is broken or...

Using the stock python:slim container is really difficult if you already have an existing script with `#!/usr/bin/python3` on top. You will get a confusing error like: ``` /usr/bin/bash: line 140:...

hello it would be nice if there were real tags laid on the git repository to have real release numbers here. the debian package says it's `2.1~git-20141009-1` but it's unclear...

i can't seem to start a game. i right-click on an available player, choose "match" then i get the settings popup and click "offer". the button stays pressed and nothing...

i had all the trouble in the world finding an actual instance of the service running somewhere. only through #19 did i realize there was actually a page listing the...

Take #140, rinse, wash, replace libtorrent with leveldb, repeat.

Pytest 7.2 deprecated plain top-level `setup()` and `teardown()` functions in favor of their own decorators: https://docs.pytest.org/en/latest/changelog.html#pytest-7-2-0-2022-10-23 https://docs.pytest.org/en/latest/deprecations.html#setup-teardown Now we need to use module-level setup/teardown, which is extremely similar, just named...

On some IPv4-only networks, DNS results sometimes include AAAA records. Most programs correctly handle this situation and fall back to the A record. For example, if you curl `www.torproject.org`, it...