skyper

Results 36 comments of skyper

clarification and using the remote port forward example from above: If the `/expose` binds to an IPv4 (0.0.0.0:31337) then WT can assume to forward the stream back to the IPv4...

Thank you for your workaround suggestion. I'm using `--disable-ipv6` as well as `-0 172.16.0.0` on the EXIT/SERVER. The `-0` is needed because the default API `[::2]` is not reachable when...

yes. to much abuse and not enough volunteers to help with abuse. None of us hackers ever used it. Worthy people use ssh. Try ssh please.

A TCP connection that uses small packet chunks (interactive netcat or ssh) are not effected. The bug instead appears when requesting (on ORIGIN) `curl -fL http://SERVER` through the wiretap tunnel...

I'm away for 1 week but will help when I am back. The data can be very little (like 512k) that the SERVER sends. I can not reproduce it in...

The bug is because brew's coreutils installs as `gsha256sum` and quickemu instead calls darwin's sha256sum instead of coreutil's gsha256sum. This fixes it: ```shell s=$(command -v gsha256sum); ln -s gsha256sum ${s%/*}/sha256sum...