Andy Wang
Andy Wang
@hybtoy It's not too complicated. 1. Paste the code into a text file using a text editor and save it as `env.c` 2. Run `gcc env.c -o env.o`. If it...
@BMaxV there absolutely was a snapshot timestamped 20220722140343 because I personally submitted it on Internet Archive. But yes it's gone now and there are only 5, 7, 10 and 26...
Here are some alternative archive links 10 July (original): https://archive.ph/FkOtb 22 July (silently edited): https://archive.ph/UeNHf
@richardTowers much appreciated!
> It wouldn't suffice on its own, but I think it could be made to work by also placing a suitable fence after the data load and another fence in...
Has you ISP blocked all HTTPS (TLS) connections? Cloak doesn't acutally generate any HTTP requests, it just wraps whatever comes to it in an HTTPS (TLS) session. So unfortunately if...
Yes. Like most idiomatic Go programs, Cloak uses goroutines liberally. All connections are handled with a dedicated goroutine so it'll utilise all your CPUs as much as possible
The sample config is not meant to work (I suspected that people are using default UIDs and keys so I pulled it). If you look at its content you'll see...
@anuradhapriyankara The Stackoverflow question has the data in hex format (like `000daf177434acd55a3284787b793a3453c3d70eacdb9a84f5faed43adb2ff58`), instead of Base64 format (like `T4mu9oB7D9GOzXwUoFD/UNps3JfJW2dv7RlhpiqmImc=`). Which format is yours in? Cloak currently only accepts UIDs and keys...
@anuradhapriyankara Thank you, glad to hear!