Eric Wustrow
Eric Wustrow
A server has a default interface (eth0 10.0.0.5/24 with default gw 10.0.0.1), and a tap interface (eth1 192.168.0.5/24 with no gw) which is receiving traffic on a mirror port from...
Creating a ClientConf with no decoys and trying to add phantom subnets seems to crash the tool: `./clientconf -add-subnets "1.2.3.0/24 2001::/8" -weight 1 -o test` ```panic: runtime error: invalid memory...
If the user specifies the -decoy option (e.g. `./cli -connect-addr=1.2.3.4:443 -decoy colorado.edu,128.138.129.98`), then the registration that gets sent will not send the generation ID from the ClientConf, and the station...
Currently we have a flag to disable/enable IPv6, but not one for IPv4, which is always on. Would be a useful feature to have a similar flag for disabling v4...
We've added bidirectional API, DNS, Bidirectional DNS to our protobuf but don't handle it in https://github.com/refraction-networking/conjure/blob/master/pkg/station/lib/registration_stats.go#L315 so they all get labelled as unknown. We'll also need to parse this in...
Currently returns an Option. Easy first fix!
Providing a domain name causes some problems. Tricky, because who should resolve the DNS for covert? If it's the client, then we need to warn people that we're going to...
Libzmq (4.3.1) has been crashing with memory corruption/stack overflows in zmq_proxy. We've updated to 4.3.4 to hopefully help mitigate, but long term we should move away from a libraries written...