LindaFerum

Results 28 issues of LindaFerum

Hi! From my very cursory and inexperienced observation it appears that magic value can be specified directly in the config a-la "PacketMagic": "stuff", Assuming any adversarial action against the tunnel...

Proposed feature: Built in DNS-over-HTTPS resolver (or alternatively a facility to query something like [DOG](https://github.com/ogham/dog/releases/) but a built-in would be "cleaner") Will allow straightforward solution to certain "server roaming" behaviors....

**Is your feature request related to a problem? Please describe.** A more private and flexible way to resolve server's domain name, complete with a solution to minor "server roaming" woes...

enhancement

So, basically long story short I'm running Wireguard through Shadowsocks using the TUN feature (I know it's experimental) It works splendidly, super fast and bypasses local internet filtering I have...

So, wireguard over shadowsocks, and the overhead is slightly not what I expected. Ping-based estimation of maximum viable wg0 MTU is 1392 but shadowsocks UDP as per what I've been...

I run boringtun-cli based configuration. It works and works very good so far. However, the stdout from boringtun-cli running in foreground (default verbosity, just keeping eye on it) shows Decapsulate...

Symptoms are basically that after a while the connection just "dies" without any ability to reconnect (eventual Failed to establish new connections to remote error) unless Cloak client is restarted....

Currently, as far as I understand, one has to choose between having TCP instance or having a UDP instance (which can be solved by having two different configs at two...

So long story short I have a machine in adversarial conditions using Cloak TCP Periodically, Cloak crashes like this : runtime: checkdead: find g 99 in status 1 fatal error:...

Server config: ``` { "ProxyBook": { "openvpn": [ "udp", "127.0.0.1:2048" ], "test": [ "udp", "127.0.0.1:9999" ], "tor": [ "tcp", "127.0.0.1:9001" ] }, "BindAddr": [ ":443", ":80" ], "BypassUID": [ "foo",...