Joe Tsai
Joe Tsai
This is a very strange error as it suggests that something with the Go type system is going wrong, perhaps caused by the Go compiler doing something odd. I'm not...
The Python bzip2 module is a wrapper around the C bzip2 library. My benchmarks show the C library is typically 2x faster, but it being 3x faster on certain workloads...
> After further thinking about it I came to the conclusion that I should manually buffer my writes via a bufio.Writer. I'm not sure how a `bufio.Writer` benefits your use...
Pull requests welcomed. However, `Close` should not simply be a noop. It should forbid subsequent IO operations in a similar way to how `os.File.Close` disallows subsequent IO operations.
I recommend checking out https://tailscale.com/. It's free for personal users and does what this project does, but much better and with far more features.
I wouldn't exactly call an empty string as "specified". The `TunnelPeerAddress` must be address of the remote endpoint. If you're using the configuration from the example, then it would be...
It's not clear to me that this has anything to do with the kernel module loaded. On a machine where `udptunnel` works properly, I get the same error: ``` rawr@obsidian:...
> How to write multiple allowed ports? The `AllowedPorts` option only applies to the the virtual private network and should have no correlation with your external firewall settings.
Hi. Thanks for interest in this project, but your report is too vague for me to know what is going wrong. What operating system are you running? What version of...
This is still insufficient information. > I was able to connect from pc to server What does that mean? A TCP connection? > Tunnel connection works fine for quite some...