Reker

Results 13 issues of Reker

`LocalDnsWorker.accept` will throw `Broken pipe` when UDP is filtered or network is disconnected. And then, if DNS query continue incoming, the unix socks handle of `VpnService` process will exceeds handle...

bug

I set panel time shift to '1d/d' so the start and end time will be aligned with 0 o'clock. `$__unixEpochFrom()` expanded to `1632067200` => 2021-09-20 00:00:00, which is correct. But...

**Describe the bug** Take a snapshot of dashboard, and panels with infinity datasource are always empty. Maybe because `inifinity` not properly sending the query request? Let's: 1. Open https://grafana-infinity-datasource.herokuapp.com/d/try/try?orgId=1 2....

bug

When worker set to true, convert transformHeader function to string, so the config could be cloned to worker and convert back in worker thread by `eval`. So, when using Content...

## **Screenshots** ![image](https://user-images.githubusercontent.com/4949937/195255468-e38ff2b3-a18d-4c0e-aa8f-fcff12b37298.png) ![image](https://user-images.githubusercontent.com/4949937/195255404-118d3f61-2d4e-481d-8cc8-66a8c134ae20.png)

bug

Currently the speed is too slow(with settings 0s delay). Do you have any plan to support multi-thread settings?

**To Reproduce** Steps to reproduce the behavior: Jailbreak a clean device, crash at step 9 **Device (please complete the following information):** - iOS Version: 12.0 - iOS Device: iPad Mini...

Instead of HTTP 200, some APIs return `HTTP 204 No Content` as success (like PUT /services/{serviceId}/billing/engagement/endRule). In this situation, 204 will be treated as an error. Since there is no...

In the document of ss-server: `-t Set the socket timeout in seconds. The default value is 60.` But, in the [code](https://github.com/shadowsocks/shadowsocks-libev/blob/b9117559000e1bdee4a84383c537ca5b4b7fe8dc/src/server.c#L1623): `int timeout = max(MIN_TCP_IDLE_TIMEOUT, server->listen_ctx->timeout);` `MIN_TCP_IDLE_TIMEOUT` is hard coded...

Everytime launch, AltServer will create a new entry in system settings and lead to mess, because the notification GUID is random. Fix #42