Benjamin M. Schwartz
Benjamin M. Schwartz
This change adds a new option, `--socks5-udp`. If this option is present, and no UDP gateway is specified, UDP packets will no longer be dropped. Instead, the client will use...
Formally, Upgrade can be attached to any HTTP request, in which case the request is processed in HTTP/1.1, and the server has the option to Upgrade before returning the response....
Changes: * s/tcp_port/target_port/ (aligning with connect-udp) * Remove support for multiple IPs Fixes #2713 and #2714
The [IANA Upgrade Token Registry](https://www.iana.org/assignments/http-upgrade-tokens/http-upgrade-tokens.xhtml) lists an entry for HTTP/\*.\*, and specifically identifies "2.0" as a possible version value, as instructed by [RFC 9110 Section 18.10](https://datatracker.ietf.org/doc/html/rfc9110#name-upgrade-token-registration). However, this flow seems...
@martinthomson writes > The server treating Upgrade as implying Connection: close might be a good start, counter to what Section 4 currently says. We should not be recommending mitigations that...
It occurred to me that there is another context where the problem of escaping arbitrary DNS names has been solved: [RFC 4501](https://datatracker.ietf.org/doc/html/rfc4501#section-3). That solution looks similar to this one (backslash-escaping...
Intra crashes if there's a relevant systemwide GMS update. The logs show > ChimeraModuleLdr: Module config changed, forcing restart due to module com.google.android.gms.flags > Process : Sending signal. PID: 10926...
On older versions of Android, the visualization shows a version of [this problem](https://stackoverflow.com/questions/11237256/drawlines-method-produces-strange-effect-on-scaled-canvas). It's purely cosmetic but still annoying.
When I run `make linux`, I see the following: ``` + go build '--ldflags= -s -w -X main.version=v1.16.11' -o /build/electron-linux-amd64 ./ Cleaning up build environment... INFO: Completed! mv /home/bemasc/outline-go-tun2socks/build/linux/electron-linux-amd64 /home/bemasc/outline-go-tun2socks/build/linux/tun2socks...
It turns out that our IANA instructions contain a few deficiencies: 1. The column named "Format Reference" cannot meaningfully be populated for keys that are reserved (and thus have no...