wkrp
wkrp
Just noting for posterity something that I haven't seen reported on. The address of the president of Kazakhstan of 2022-01-01 (the one with the ["open fire without warning"](https://www.cnn.com/2022/01/07/asia/kazakhstan-kassym-jomart-tokayev-address-intl/index.html) statement) declares...
It appears that the shutdown has ended since 2022-01-11 00:00, about 67 hours ago. https://ioda.caida.org/ioda/dashboard#lastView=overview&view=inspect&entity=country/KZ&from=1641168000&until=1642032000  https://twitter.com/OliverLinow/status/1481536681656426497 > After the 5-day Internet Shutdown in...
@anadahz pointed me to a RIPE Labs blog post by @emileaben on the shutdown. It notes that despite being "shut down," networks in Kazakhstan were still present in the global...
An article by Katia Patin gives some details about how working ports were discovered, and efforts to establish proxies. 2022-01-27 [Kazakhstan shut down its internet. These programmers opened a backdoor](https://www.codastory.com/authoritarian-tech/kazakhstan-shut-down-its-internet-these-programmers-opened-a-backdoor/)...
If you run a Shadowsocks server, you can check for evidence of active probing in the log. In the [shadowsocks-libev](https://github.com/shadowsocks/shadowsocks-libev) implementation, look for log messages like this: ``` crypto: stream:...
Thanks for starting this discussion and especially for providing an implementation. There have been a few threads in the past on circumvention/obfuscation for WireGuard ([2016](https://lists.zx2c4.com/pipermail/wireguard/2016-July/000184.html), [2018](https://lists.zx2c4.com/pipermail/wireguard/2018-September/003289.html)), but as far as...
Lately I have been working a lot with the [Turbo Tunnel](https://www.bamsoftware.com/papers/turbotunnel/), the main claim of which is that circumvention tunnels should conceptually a sequence of discrete packets, not a continuous...
> May I ask why is this needed? To convert TCP sessions into a series of UDP datagrams, so RST will no longer work? The idea is not to wrap...
> Code can be found here: I got this code working as follows. You need both the patched [wireguard-linux-compat](https://github.com/el3xyz/wireguard-linux-compat) (I used commit 721242f0) and the patched [wireguard-tools](https://github.com/el3xyz/wireguard-tools) (I used bfc5f2d7)...
> In [your thread](https://lists.zx2c4.com/pipermail/wireguard/2021-September/007142.html) on the WireGuard mailing list, Jason Donenfeld [suggests](https://lists.zx2c4.com/pipermail/wireguard/2021-September/007155.html) suggests an alternative to setting `endpoint` to a local UDP port: use a Netfilter module in the kernel,...